You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
533 B
13 lines
533 B
{{ with .Site.Params.copyright }}
|
|
<div class="copyright">
|
|
© {{ with $.Site.Params.since }}{{ if lt . now.Year }}{{ . | safeHTML }} - {{ end }}{{ end }}{{ now.Format "2006"}} {{ . | safeHTML }}
|
|
{{ with $.Site.Params.license }}
|
|
<a href="{{$.Site.Params.licenseURL | safeHTML}}">{{ . | safeHTML }}</a>
|
|
{{end}}
|
|
</div>
|
|
{{ end }}
|
|
{{ with .Site.Params.showBuiltWith }}
|
|
<div class="builtwith">
|
|
Built with <a href="https://gohugo.io">Hugo</a> ❤️ <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
|
</div>
|
|
{{ end }}
|
|
|