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

copyright.html « partials « layouts - gitlab.com/maxlefou/hugo.386.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad5e23a427c0c6a467bb8c6863766256e4da200f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

{{ with .Site.Params.Copyright.Prefix }}
    {{ . | markdownify }} | 
{{end}}
© 
{{ with .Site.Params.copyright.url }}<a href="{{ . }}" target="_blank">{{ end }}
    {{ .Site.Params.copyright.name }}
{{ with .Site.Params.copyright.url }}</a>{{ end }}
<span id="thisyear">2020</span>
{{ with .Site.Params.Copyright.Suffix }}
    | {{ . | markdownify }}
{{end}}
{{ if .Site.Params.showhugo }}
        | {{ i18n "builton" }} <a href="//gohugo.io" target="_blank">Hugo</a>
{{ end }}