This commit is contained in:
Jan Wolff 2022-11-06 09:14:19 +01:00
parent f6b4208301
commit 4640b2680f
31 changed files with 57 additions and 27 deletions

View file

@ -1,7 +1,7 @@
<header>
<a class="title" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
<span class="subtitle">{{ .Site.Params.subtitle }}</span>
<nav class="nav-container">
<nav class="big-container">
<ul>
{{ $currentPage := . }}
{{ range .Site.Menus.main }}

View file

@ -17,7 +17,7 @@
</div>
</div>
{{end}}
<span>{{.Title}}</span>
<span>{{.Title}} ({{ .Date.Format "2006" }})</span>
</a>
</li>
{{ end }}