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

github.com/alexandrevicenzi/soho.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index cb0327c..354fbd9 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,14 +1,13 @@
<footer>
<div>
&copy; {{ $.Site.Params.Copyright }} {{ now.Format "2006"}}
- ·
+
{{ with $.Site.Params.License }}
- <a href="{{ $.Site.Params.licenseURL }}"
- target="_blank">{{ . | safeHTML }}</a>
+ &middot; <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
+ &middot; 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>