summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/partials/footer.html
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-06-05 16:57:53 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-06-05 16:57:53 +0200
commit983b64ca51f5e769f790a5ebc55e3808157b8d94 (patch)
tree4fb52d8e2f449e44a51ed0549cec9debbcd3d157 /themes/new_theme/layouts/partials/footer.html
parentff7e6bde0be9ac60e694097ce3598f9b552c4807 (diff)
downloadwww-andreasbaumann-cc-983b64ca51f5e769f790a5ebc55e3808157b8d94.tar.gz
www-andreasbaumann-cc-983b64ca51f5e769f790a5ebc55e3808157b8d94.tar.bz2
updated to newest theme supporting newer hugo versions
Diffstat (limited to 'themes/new_theme/layouts/partials/footer.html')
-rw-r--r--themes/new_theme/layouts/partials/footer.html23
1 files changed, 9 insertions, 14 deletions
diff --git a/themes/new_theme/layouts/partials/footer.html b/themes/new_theme/layouts/partials/footer.html
index d7fce85..092f258 100644
--- a/themes/new_theme/layouts/partials/footer.html
+++ b/themes/new_theme/layouts/partials/footer.html
@@ -1,15 +1,10 @@
+<footer class="footer">
+ <div class="container footer__container flex">
+ {{ partial "footer_links.html" . }}
+ <div class="footer__copyright">
+ &copy; {{ .Site.Params.copyright_years }}, {{ .Site.Params.Location }}, {{ .Site.Params.author }},
+ <span class="footer__copyright-credits">{{ T "footer_credits" | safeHTML }}</span>
+ , read here about <a href="/dataprotection">Data Protection and Privacy</a>
+ </div>
</div>
- <footer class="footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter">
- <div class="container container-inner">
- <p class="footer__copyright">&copy; {{ .Site.Params.copyright_years }}, {{ .Site.Params.Location }}, {{ .Site.Params.author }}. Based on <a href="//wordpress.org/themes/mh-magazine-lite/" target="_blank" rel="nofollow noopener noreferrer">MH Magazine lite</a>, read here about <a href="/dataprotection">Data Protection and Privacy</a></p>
- </div>
- </footer>
- </div><!-- .mh-container-outer -->
-
-<script>
- var navigation = responsiveNav(".menu", {
- navClass: "menu--collapse",
- });
-</script>
-</body>
-</html>
+</footer>