Very poggers updates!

This commit is contained in:
2022-03-30 15:06:21 +00:00
parent 222b2861b1
commit 60abb12da2
32 changed files with 160 additions and 145 deletions

View File

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