Sivert V. Sæther
d21051adde
Think I'm finally finished fiddling with the devops stuff and ready to
finally focus on the content! 😁
11 lines
457 B
HTML
11 lines
457 B
HTML
<center>
|
|
<div class='footer-content'>
|
|
<p>2020 - {{ now.Format "2006" }} ©{{ 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> |