This commit is contained in:
Niklas Buschmann
2020-11-25 20:51:00 +01:00
parent aa7b9056cf
commit 80ab8e36c3
9 changed files with 5 additions and 56602 deletions

View File

@@ -2,10 +2,6 @@
<article>
<header>
{{ range $index, $tag := .Params.categories }}
{{- if gt $index 0 }}, {{ end -}}
<a href="{{ ($.Site.GetPage (printf "/%s/%s" "categories" $tag)).Permalink }}">{{ $tag | upper }}</a>
{{- end -}}
<h1>{{ .Title }}</h1>
{{ if .Date }}<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "January 02, 2006" }}</time>{{ end }}
</header>