summaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index d8e44e7..cb0327c 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,5 +1,14 @@
<footer>
- <div class="copyright">
- &copy; {{ $.Site.Params.copyright }} {{ now.Format "2006"}} · {{ with $.Site.Params.license }}<a href="{{ $.Site.Params.licenseURL }}">{{ . | safeHTML }}</a>{{end}}
+ <div>
+ &copy; {{ $.Site.Params.Copyright }} {{ now.Format "2006"}}
+ ·
+ {{ 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}}
</div>
</footer>