Initial commit, porting in progress

This commit is contained in:
Carson Ip
2017-02-18 23:25:00 +01:00
commit 275f414ed6
17 changed files with 362 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
&copy; {{ .Now.Format "2006"}} {{ or .Site.Author .Site.Title }}&nbsp;
Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with theme <a href="https://github.com/carsonip/hugo-theme-minos">Minos</a>
</div>
</div>
</footer>