Remove copyright note and flags, fix bug with paths

This commit is contained in:
Jordi Bares
2019-04-04 22:36:51 +01:00
committed by Alex Shpak
parent 3742e6f0f4
commit aa07b876fe
12 changed files with 2 additions and 24 deletions
-14
View File
@@ -1,14 +0,0 @@
<!-- 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 }}