splitted up stylesheet and added lots of scaffolding to it. Style needs working.
[theme-danix.xyz.git] / layouts / partials / footer.html
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 </div>
5 <div>
6 <ul>
7 <li><a href="{{.Site.BaseURL}}sitemap.xml" target="_blank">sitemap</a></li>
8 <li><a href="{{ ref . "legal" }}">Privacy Policy</a></li>
9 </ul>
10 </div>
11 {{- partial "funcs/social-menu.html" . -}}
12 </footer>