1
Fork 0

Add source link and year to footer

This commit is contained in:
Jake Howard 2017-05-20 22:15:57 +01:00
parent 986675f220
commit 081e842e2d

View file

@ -8,7 +8,8 @@
{{ end }}
</ul>
<ul class="copyright">
<li>&copy; {{ title .Site.Params.author }} - All rights reserved.</li>
<li>&copy; {{ title .Site.Params.author }} {{ .Page.Now.Year }} - All rights reserved.</li>
<li><a href="{{ .Site.Data.social.accounts.github.link }}theorangeone.net">View Source</a></li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>