commit c043a4dcb049d8d1cb28aea5b3685dd1a42a1ca6 parent afbae4077cc0ed3b63a43cba9aa6ab692f2d9a6f Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Sun, 19 Apr 2020 22:58:00 -0500 Respect .Site.Copyright Diffstat:
M | layouts/partials/footer.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html @@ -1,4 +1,4 @@ <footer> <nav>{{ partial "nav_page.html" . }}</nav> - © {{ .Site.Author.name }} + {{ with .Site.Copyright }}{{ . | markdownify }}{{ end }} </footer>