Sivert V. Sæther
d64efb5fb4
Made a hugo setup from scratch to generate a static blog and portfolio webpage. The old stuff may still be found in static/old.
11 lines
230 B
HTML
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> |