abschluss

This commit is contained in:
2025-06-20 07:55:37 +00:00
parent 497e6a0bdf
commit 6c2e71dd53
34 changed files with 1370 additions and 382 deletions

View File

@ -9,7 +9,7 @@
<div class="post">
<a href="/post/{{ $post->getId() }}">{{ $post->getTitle() }}</a>
<p>{{ $post->getContent(50) }}</p>
<p>Datum: 2025-03-04</p>
<p>Datum: {{ $post->getDateTime() }}</p>
<p>Autor: {{ $post->getAuthor() }}</p>
</div>
{% endforeach; %}