hugo-typo/layouts/partials/post-entry.html
2024-04-22 13:19:56 +02:00

4 lines
No EOL
170 B
HTML

<div class="post-line">
<p class="post-date">{{ .Date.Format "2 Jan 2006" }} </p>
<p class="post-title"> <a href="{{ .RelPermalink }}">{{ .Title }}</a></p>
</div>