splitted up stylesheet and added lots of scaffolding to it. Style needs working.
[theme-danix.xyz.git] / layouts / partials / footer.html
index e69de29..0be512e 100644 (file)
@@ -0,0 +1,12 @@
+<footer id="colophon" class="site-footer">
+       <div id="footer-content">
+               <p>Copyright &copy; {{ partial "funcs/year.html" }} <a href="{{- $.Site.Params.author_url -}}" target="_blank">{{- $.Site.Params.author_name -}}</a></p>
+       </div>
+       <div>
+               <ul>
+                       <li><a href="{{.Site.BaseURL}}sitemap.xml" target="_blank">sitemap</a></li>
+                       <li><a href="{{ ref . "legal" }}">Privacy Policy</a></li>
+               </ul>
+       </div>
+       {{- partial "funcs/social-menu.html" . -}}
+</footer>