I'm starting to shape the theme files
[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>
4 <p><a href="{{.Site.BaseURL}}sitemap.xml" target="_blank">sitemap</a></p>
5 </div>
6 {{- partial "footer-addition.html" . -}}
7 {{- partial "funcs/social-menu.html" . -}}
8</footer>