2020-07-06 18:55:32 +00:00
|
|
|
<footer class="gblog-footer">
|
2021-01-24 22:04:52 +00:00
|
|
|
<nav class="container">
|
|
|
|
<section class="flex flex-wrap align-center">
|
2020-07-29 18:44:49 +00:00
|
|
|
{{ with (.Site.GetPage "home").OutputFormats.Get "atom" }}
|
2020-07-12 14:28:51 +00:00
|
|
|
<span class="gblog-footer__item">
|
|
|
|
<svg class="icon rss_feed"><use xlink:href="#rss_feed"></use></svg>
|
2021-01-24 22:04:52 +00:00
|
|
|
<a href='{{ .Permalink | relURL }}' class="gblog-footer__link">Atom Feed</a>
|
2020-07-12 14:28:51 +00:00
|
|
|
</span>
|
2020-07-22 09:12:24 +00:00
|
|
|
{{ end }}
|
2021-01-24 22:04:52 +00:00
|
|
|
{{ if .Site.Data.menu.extra.footer }}
|
|
|
|
{{ partial "menu-extra" (dict "current" . "source" .Site.Data.menu.extra.footer "target" "footer") }}
|
2020-09-17 09:15:26 +00:00
|
|
|
{{ end }}
|
2020-07-12 14:28:51 +00:00
|
|
|
{{ with .Site.Params.GeekblogLegalNotice }}
|
|
|
|
<span class="gblog-footer__item">
|
|
|
|
<a href="{{ . | relURL }}" class="gblog-footer__link">Legal Notice</a>
|
|
|
|
</span>
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.GeekblogPrivacyPolicy }}
|
|
|
|
<span class="gblog-footer__item">
|
|
|
|
<a href="{{ . | relURL }}" class="gblog-footer__link">Privacy Policy</a>
|
|
|
|
</span>
|
|
|
|
{{ end }}
|
2021-01-24 22:04:52 +00:00
|
|
|
</section>
|
|
|
|
<section class="flex flex-wrap align-center">
|
2020-07-12 14:28:51 +00:00
|
|
|
<span class="gblog-footer__item">
|
|
|
|
Built with <a href="https://gohugo.io/" class="gblog-footer__link">Hugo</a> and
|
|
|
|
<svg class="icon heart"><use xlink:href="#heart"></use></svg>
|
|
|
|
</span>
|
2021-01-24 22:04:52 +00:00
|
|
|
</section>
|
2020-07-18 14:19:16 +00:00
|
|
|
{{ with .Site.Params.GeekblogHostedOn }}
|
2021-01-24 22:04:52 +00:00
|
|
|
<section class="flex flex-wrap align-center">
|
2020-07-18 14:19:16 +00:00
|
|
|
<span class="gblog-footer__item">
|
|
|
|
Hosted on <a href="{{ .link }}" class="gblog-footer__link">{{ .name }}</a>
|
|
|
|
</span>
|
2021-01-24 22:04:52 +00:00
|
|
|
</section>
|
2020-07-18 14:19:16 +00:00
|
|
|
{{ end }}
|
2021-01-24 22:04:52 +00:00
|
|
|
</nav>
|
2020-07-06 18:55:32 +00:00
|
|
|
</footer>
|