Add copyright option

This commit is contained in:
Tony Blyler 2016-11-09 16:33:43 -05:00
parent 507c0a2162
commit 94d195d2e4
4 changed files with 11 additions and 1 deletions
layouts/partials

View file

@ -9,5 +9,10 @@
<a href="#top">Top</a>
</div>
{{ partial "foot.html" . }}
{{ if .Site.Copyright }}
<p id="copyright">
{{ .Site.Copyright }}
</p>
{{ end }}
</body>
</html>