Changed copyright to have contents in partial.

This commit is contained in:
Chris 2018-01-12 22:58:13 -05:00
parent 01145966e9
commit 27c55b5813

View File

@ -33,12 +33,10 @@
{{ block "main" . }}{{ end }}
<div class="container">
<footer class="footer">
<div class="content has-text-centered">
Copyright &copy; {{ now.Format "2006" }} {{ .Site.Params.ProjectName }}
</div>
</div>
</footer>
<footer class="footer">
{{ partial "layout/footer_contents.html" . }}
</footer>
</div>
<script src="{{ .Site.BaseURL }}/js/script.js"></script>