Cleanup and Fixes
This commit is contained in:
parent
ac7ec7386b
commit
01322efeb2
11 changed files with 15 additions and 53 deletions
|
@ -1,14 +1,13 @@
|
|||
<footer>
|
||||
<div>
|
||||
© {{ $.Site.Params.Copyright }} {{ now.Format "2006"}}
|
||||
·
|
||||
|
||||
{{ with $.Site.Params.License }}
|
||||
<a href="{{ $.Site.Params.licenseURL }}"
|
||||
target="_blank">{{ . | safeHTML }}</a>
|
||||
· <a href="{{ $.Site.Params.licenseURL }}" target="_blank">{{ . | safeHTML }}</a>
|
||||
{{end}}
|
||||
|
||||
{{ with $.Site.Params.BuiltWith }}
|
||||
·
|
||||
Build with <a href="https://gohugo.io/" target="_blank">Hugo</a> & <a href="https://themes.gohugo.io/soho/" target="_blank">Soho</a> theme
|
||||
· Build with <a href="https://gohugo.io/" target="_blank">Hugo</a> & <a href="https://themes.gohugo.io/soho/" target="_blank">Soho</a> theme
|
||||
{{end}}
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue