github.io/layouts/partials/summary.html
Sivert V. Sæther d64efb5fb4 Hugo go go go
Made a hugo setup from scratch to generate a static blog and portfolio webpage.
The old stuff may still be found in static/old.
2022-03-29 23:00:36 +00:00

11 lines
230 B
HTML

<article>
<div>
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
{{ .Summary }}
</div>
{{ if .Truncated }}
<div>
<a href="{{ .RelPermalink }}">{{ i18n "readMore" }}…</a>
</div>
{{ end }}
</article>