Hugo go go go
Made a hugo setup from scratch to generate a static blog and portfolio webpage. The old stuff may still be found in static/old.
This commit is contained in:
13
layouts/partials/footer.html
Normal file
13
layouts/partials/footer.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
Reference in New Issue
Block a user