2023-05-05 16:36:10 +02:00
< footer >
2023-05-15 11:04:58 +02:00
2023-05-15 13:18:52 +02:00
< h2 > Help mee< / h2 >
2023-05-17 14:45:28 +02:00
{{ with .File }}< a class = "btn btn-cta" href = "https://github.com/NLUUG/website/edit/main/content/{{ .Path }}" target = "_blank" rel = "noopener" > Verbeter deze pagina< / a > {{ end }}
2023-05-15 13:18:52 +02:00
< h2 > Volg ons< / h2 >
2023-05-15 21:57:57 +02:00
{{ $iconsize := .Site.Params.mediumIconSize }}
{{ with .Site.Params.twitter_handle }}
< a href = "https://twitter.com/{{ . }}" > < img src = "/afbeeldingen/iconen/twitter.svg" height = "{{ $iconsize }}" width = "{{ $iconsize }}" alt = "Twitter" > < / a >
{{ end }}
{{ if and
(.Site.Params.mastodon_handle)
(.Site.Params.mastodon_instance)
}}
< a href = "{{ .Site.Params.mastodon_instance }}@{{ .Site.Params.mastodon_handle }}" > < img src = "/afbeeldingen/iconen/mastodon.svg" height = "{{ $iconsize }}" width = "{{ $iconsize }}" alt = "Mastodon" > < / a >
{{ end }}
< p > Beschikbare feeds:
2023-05-15 15:27:06 +02:00
< a href = "{{ absURL " atom . xml " } } " > Atom< / a > | < a href = "{{ absURL " feed . json " } } " > JSON< / a >
2023-05-15 21:57:57 +02:00
{{ with .Site.GetPage "/website/laatste-wijzigingen.rst" }} | < a href = "{{ .Permalink }}" > {{ .Title }}< / a > {{ end }}
{{ with .Site.GetPage "/website/sitemap" }} | < a href = "{{ .Permalink }}" > {{ .Title }}< / a > {{ end }}
< / p >
2023-05-15 11:04:58 +02:00
{{ 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 }}
2023-05-05 16:36:10 +02:00
< / footer >