21 lines
680 B
HTML
21 lines
680 B
HTML
<footer>
|
|
|
|
<h2>Help mee</h2>
|
|
{{ with .File }}<a class="button" href="https://github.com/NLUUG/website/edit/main/content/{{ .Path }}">Verbeter deze pagina</a>{{ end }}
|
|
|
|
<h2>Volg ons</h2>
|
|
<p>Beschikbare feeds: <a href="{{ absURL "atom.xml" }}">Atom</a> | <a href="{{ absURL "feed.json" }}">JSON</a>, <a href="/website/laatste-wijzigingen/">Laatste wijzigingen</a></p>
|
|
|
|
{{ 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>
|