6
0
Fork 0
This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity_website_archive/themes/nluug/layouts/partials/footer.html
2023-05-15 11:04:58 +02:00

18 lines
535 B
HTML

<footer>
{{ 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>