some little styling retouches, I'm still working on integrating fontawesome icons...
[theme-danix.xyz.git] / layouts / partials / footer.html
CommitLineData
213775dd 1<footer id="colophon" class="site-footer">
2 <div id="footer-content">
3 <p>Copyright &copy; {{ partial "funcs/year.html" }} <a href="{{- $.Site.Params.author_url -}}" target="_blank">{{- $.Site.Params.author_name -}}</a></p>
cc43b16d 4 </div>
5 <div>
6 <ul>
7 <li><a href="{{.Site.BaseURL}}sitemap.xml" target="_blank">sitemap</a></li>
8 <li><a href="{{.Site.BaseURL}}/is/legal" target="_blank">Privacy Policy</a></li>
9 </ul>
213775dd 10 </div>
11 {{- partial "footer-addition.html" . -}}
12 {{- partial "funcs/social-menu.html" . -}}
13</footer>