Anotha lil dump
Think I'm finally finished fiddling with the devops stuff and ready to
finally focus on the content! 😁
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
<center>
|
||||
<div class='footer-content'>
|
||||
<p>{{ now.Format "2006" }} © Sivert V. Sæther</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>
|
||||
-->
|
||||
<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>
|
Reference in New Issue
Block a user