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

8 lines
360 B
HTML

<article class="list-view{{ with .Section }} list-view--{{ . | urlize }}{{ end }}">
<header>
<h2 class="title mt--s{{ if $.Param "submitted" | default false }} mb--xxs{{ end }}"><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
{{ if $.Param "submitted" | default false }}{{ partial "submitted.html" . -}}{{ end }}
</header>
<p>{{ .Summary }}</p>
</article>