github.io/layouts/partials/footer.html

11 lines
473 B
HTML
Raw Permalink Normal View History

<center>
<div class='footer-content'>
2022-12-16 12:39:39 +00:00
<p>2020 - {{ (now.AddDate 0 1 0).Format "2006" }} &copy;{{ with .Site.Author }} {{ .name }}{{ end }}</p>
</div>
<!-- <div class='footer-social'>
<a href='#' class='icons'><img src='/facebook-icon.svg'></a>
<a href='#' class='icons'><img src='/linkedin-icon.svg'></a>
<a href='#' class='icons'><img src='/twitter-icon.svg'></a>
<a href='#' class='icons'><img src='/youtube-icon.svg'></a>
</div> -->
</center>