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

7 lines
196 B
HTML

<article class="card{{ with .Section }} card--{{ . | urlize }}{{ end }}">
<header>
<h2 class="title"><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
</header>
<p>{{ .Summary }}</p>
</article>