Add source link and year to footer
This commit is contained in:
parent
986675f220
commit
081e842e2d
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
{{ end }}
|
||||
</ul>
|
||||
<ul class="copyright">
|
||||
<li>© {{ title .Site.Params.author }} - All rights reserved.</li>
|
||||
<li>© {{ 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>
|
||||
|
|
Loading…
Reference in a new issue