github.io/layouts/partials/summary.html
Sivert V. Sæther cbbe8dfbb6 Content update and a few changes
Big Makefile update
Small summary and table of contents update
Also some content, apprentice and matrix(.org)
2022-05-02 15:11:40 +00:00

14 lines
445 B
HTML

{{- $pubdate := .PublishDate.Format "02/01/2006" }}
{{- $lastmod := .Lastmod.Format "02/01/2006" }}
<article>
<div>
<!-- <h3><a href='{{ .RelPermalink }}'>{{ .Title }}</a></h3> -->
<h3>{{ .Title }}</h3>
{{ i18n "published" }} {{ $pubdate }}
{{ if ne $pubdate $lastmod }}
{{ i18n "modified" }} {{ $lastmod }}
{{ end }}<br />
{{ .Summary }}
{{ if .Truncated }}{{ i18n "readMore" }}...{{ end }}
</div>
</article>