abschluss
This commit is contained in:
@ -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; %}
|
||||
|
Reference in New Issue
Block a user