hacker.tours-website/themes/zen/layouts/micro/summary.html
2024-06-13 22:14:05 +02:00

9 lines
238 B
HTML

<article class="list-view{{ with .Section }} list-view--{{ . | urlize }}{{ end }}">
<header>
<h2 class="hidden">{{ .Title }}</h2>
<p><a href="{{ .RelPermalink }}">{{ partial "author-date" . }}</a></p>
</header>
{{ .Content }}
</article>