summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/partials/footer.html
blob: 092f258e09e365b96c58ce97b47df0a0b152d026 (plain)
1
2
3
4
5
6
7
8
9
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>