1
Fork 0

Better format footer

This commit is contained in:
Jake Howard 2017-04-23 12:33:31 +01:00
parent 5adb9db11b
commit ac55aafe63

View file

@ -2,10 +2,13 @@
<ul class="icons"> <ul class="icons">
{{ range .Site.Data.social.footer_accounts }} {{ range .Site.Data.social.footer_accounts }}
{{ $account := index $.Site.Data.social.accounts . }} {{ $account := index $.Site.Data.social.accounts . }}
<li><a href="{{ $account.link }}" class="icon {{ $account.icon }}"><span class="label">{{ $account.name }}</span></a></li> <li><a href="{{ $account.link }}" class="icon {{ $account.icon }}">
<span class="label">{{ $account.name }}</span>
</a></li>
{{ end }} {{ end }}
</ul> </ul>
<ul class="copyright"> <ul class="copyright">
<li>&copy; {{ title .Site.Params.author }} - All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li> <li>&copy; {{ title .Site.Params.author }} - All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul> </ul>
</footer> </footer>