Various fixes responding to Alex notes

This commit is contained in:
Jordi Bares
2019-04-02 22:22:10 +01:00
committed by Alex Shpak
parent 655de364ea
commit 629c4bb1d4
12 changed files with 4 additions and 12 deletions
+14
View File
@@ -0,0 +1,14 @@
<!-- Copyright notice -->
{{ if .Site.Params.BookShowFooter }}
<div class="align-center book-git-footer justify-center">
{{ range .Site.Params.Copyright }}
<p>
{{ . | markdownify }}
</p>
{{ else }}
<p>
Made with Book Theme by <a target="_blank" href="https://github.com/alex-shpak/hugo-book">Alex Shpak</a>.
</p>
{{ end }}
</div>
{{ end }}