This commit is contained in:
Laurent Ulrich
2025-08-20 08:56:37 +02:00
parent 8c76f5e6f0
commit 10ebdaad4a
6 changed files with 134 additions and 14 deletions

View File

@@ -24,14 +24,15 @@
{{range .Posts}}
<article>
<h2><a href=/proxy/8080/post/{{ .Id }}>{{.Title}}</a></h2>
<address>
{{.Author}}
</address>
<div>
{{.HTML}}
<b>Extrait:</b>
<blockquote>{{.ShortText}}</blockquote>
</div>
<footer>
<p>
{{.Date}}
</p>
<p>Publié le:<time datetime="{{.Date}}">{{.Date}}</Time></p>
</footer>
</article>
{{ end }}