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>
|