Welcome to mirror list, hosted at ThFree Co, Russian Federation.

footer.html « partials « layouts - github.com/janraasch/hugo-scroll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6417d6c3541976fd9f0a63d583f12c1daca11c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
<footer class="site-footer">
    <div class="inner">
        {{ with .Site.Params.copyright }}<section class="copyright">{{ . | markdownify }}</section>{{ end }}
        <section>{{ echoParam .Site.Params "hidebyline" }}</section>
        {{ if ne .Site.Params.hidedesignbyline true }}<section>
            <!-- TODO: Change link to https://themes.gohugo.io/hugo-scroll/ once
            https://github.com/gohugoio/hugoThemes/issues/881 is solved. -->
            <a href="https://github.com/janraasch/hugo-scroll/">Design</a> template built with ♥️ by <a href="https://www.janraasch.com" title="Jan Raasch">Jan Raasch</a>
        </section>{{ end }}
    </div>
</footer>