Add link to privacy policy to footer

This commit is contained in:
ItsDrike 2022-04-08 20:26:59 +02:00
parent 04b6efc535
commit 27d31ce605
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -1,10 +1,13 @@
<footer class="p-5">
<div class="container">
<div class="row">
<div class="col-sm-9">
<div class="col-sm-2">
<p>&copy; {{ now.Year }} <a href='{{ ref . "contact" }}'>{{ .Site.Title }}</a>.</p>
<p></p>
</div>
<div class="col-sm-7">
<a href='{{ ref . "privacy-policy" }}'>Privacy policy</a>
</div>
<div class="col-sm-3">
<h3 class="text-right">
{{ range .Site.Data.social.footer_accounts }}