Layout improvements
- Tagline - Share buttons - JSON LD - Tags - Style Fixes
This commit is contained in:
parent
cd5751ef14
commit
b607c6857a
11 changed files with 317 additions and 18 deletions
|
@ -1,13 +1,15 @@
|
|||
<footer>
|
||||
<div>
|
||||
© {{ $.Site.Params.Copyright }} {{ now.Format "2006"}}
|
||||
<p>
|
||||
© {{ $.Site.Params.Copyright }} {{ now.Format "2006"}}
|
||||
|
||||
{{ with $.Site.Params.License -}}
|
||||
· <a href="{{ $.Site.Params.licenseURL }}" target="_blank">{{ . | safeHTML }}</a>
|
||||
{{- end }}
|
||||
{{ with $.Site.Params.License -}}
|
||||
· <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
|
||||
{{- 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
|
||||
{{- end }}
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue