Sivert V. Sæther
d64efb5fb4
Made a hugo setup from scratch to generate a static blog and portfolio webpage. The old stuff may still be found in static/old.
13 lines
428 B
HTML
13 lines
428 B
HTML
<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>
|
|
-->
|
|
</div>
|
|
</center> |