6
0
Fork 0

Toevoegen footer

This commit is contained in:
Michael Boelen 2023-05-15 11:04:58 +02:00
parent d3368be921
commit 7e48f8e418

View file

@ -1,4 +1,17 @@
<footer> <footer>
<p>© {{ dateFormat "2022" now }}</p>
{{ with .File }}<a href="https://github.com/NLUUG/website/edit/main/content/{{ .Path }}">Verbeter deze pagina</a>{{ end }}
Feeds: <a href="{{ absURL "atom.xml" }}">Atom</a><a href="{{ absURL "feed.json" }}">JSON</a>
{{ if .Site.IsServer }}
<div style="background-color: yellow;">
Kind = {{ .Kind }}<br>
Layout = {{ .Layout }}<br>
Type = {{ .Type }}<br>
Section = {{ .Section }}<br>
BundleType = {{ .BundleType }}<br>
IsPage = {{ .IsPage }}<br>
IsSection = {{ .IsSection }}<br>
</div>
{{ end }}
</footer> </footer>