added tags

This commit is contained in:
Vri 🌈 2020-09-17 21:51:17 +02:00
parent f6e41dfb1f
commit 4040fc3aa8
38 changed files with 976 additions and 457 deletions

View file

@ -1,27 +1,27 @@
<footer>
<div class="container">
<section class="website-version">
<span>version {{ .Date.Format "2006-01-02" }}</span>
<span>version {{ .Site.Params.version }}</span>
</section>
<section class="website-subnav">
<ul>
{{ $currentPage := . }}
{{ range .Site.Menus.main }}
<li>
<a href="{{ .URL }}">
{{ .Pre }}
<span>{{ .Name }}</span>
</a>
</li>
<li>
<a href="{{ .URL }}">
{{ .Pre }}
<span>{{ .Name }}</span>
</a>
</li>
{{ end }}
<li>|</li>
{{ range .Site.Menus.links }}
<li>
<a href="{{ .URL }}">
{{ .Pre }}
<span>{{ .Name }}</span>
</a>
</li>
<li>
<a href="{{ .URL }}">
{{ .Pre }}
<span>{{ .Name }}</span>
</a>
</li>
{{ end }}
</ul>
</section>