github.io/layouts/partials/footer.html
Sivert V. Sæther d21051adde Anotha lil dump
Think I'm finally finished fiddling with the devops stuff and ready to
finally focus on the content! 😁
2022-04-08 00:04:12 +00:00

11 lines
457 B
HTML

<center>
<div class='footer-content'>
<p>2020 - {{ now.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>