11 lines
273 B
HTML
11 lines
273 B
HTML
|
{{ with .Site.Copyright }}
|
||
|
<span>{{ . }}</span>
|
||
|
{{ end }}
|
||
|
{{ if not .Site.Params.hideMadeWithLine }}
|
||
|
<span>
|
||
|
{{ if .Site.Copyright }}|{{ end }}
|
||
|
Made with
|
||
|
<a href="https://github.com/maolonglong/hugo-simple/">Hugo ʕ•ᴥ•ʔ Simple</a>
|
||
|
</span>
|
||
|
{{ end }}
|