restructured the menu; fixed and changed the appearance of code blocks

This commit is contained in:
Vrifox 2021-07-29 14:34:03 +02:00
parent 69b22f49c1
commit 27a43fc4d7
Signed by: vrifox
GPG key ID: D40098E5B60B2197
3 changed files with 42 additions and 59 deletions

View file

@ -8,6 +8,7 @@
<main>
<h1 class="title">{{ .Title }}</h1>
<p>{{ .Content }}</p>
{{- range .Pages }}
<p> <a href="{{ .Permalink }}">{{ .Title }}</a> <span>{{ .Date.Day }}. {{ if eq .Params.lang "de"}} {{ index $.Site.Data.monate (printf "%d" .Date.Month) }} {{ else }} {{ .Date.Month }} {{ end }} {{ .Date.Year }}</span> </p>
{{- end }}