summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/inject/footer.html
blob: 3bdbc9de45da65926a91b1757d7abdba841fb919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 }}