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

footer.html « partials « layouts - github.com/ThemeTony/hugo-theme-tony.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 29149a17e0d89e073f09cefb47a2e40a868210d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div>
    <a href="{{ .Site.Author.github }}" target="_blank" style="text-decoration:none">
        <div class="goup-container footer-github">
            <i class="ri-github-fill footer-github-icon"></i>
        </div>
    </a>
    <div class="footer reveal">
        <p>
            Copyright&nbsp;<i class="ri-copyright-line"></i>&nbsp;·&nbsp;{{ now.Format "2006" }}&nbsp;·&nbsp;{{ .Site.Author.name }}&nbsp;·&nbsp;
            <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank"
            style="text-decoration: none;color: inherit;font-size: 14px;font-weight: 500;">
                CC BY-NC 4.0
            </a>
        </p>
		<p>
		    {{ if .Site.Params.displayPoweredBy }}
                Powered by <a href="https://github.com/gohugoio/hugo">Hugo</a> | Theme is <a href="https://github.com/ThemeTony/hugo-theme-tony">Tony</a>
			{{ end }}
        </p>
    </div>
</div>
{{ partial "custom/footer.html" . }}