added quote shortcode and articles archetype. general cleanup of the footer partial.
[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>
76d862e2 8 <li><a href="{{ ref . "legal" }}">Privacy Policy</a></li>
cc43b16d 9 </ul>
213775dd 10 </div>
11 {{- partial "footer-addition.html" . -}}
12 {{- partial "funcs/social-menu.html" . -}}
13</footer>