summaryrefslogtreecommitdiffstats
path: root/_build/themes/ninenines/layouts/partials/copyright.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-03-28 15:36:42 +0200
committerLoïc Hoguin <[email protected]>2016-03-28 15:36:42 +0200
commitfe3492a98de29942477b061cd02c92246f4bf85a (patch)
tree2255b796a657e6e4dfb72beec1141258d17f1220 /_build/themes/ninenines/layouts/partials/copyright.html
downloadninenines.eu-fe3492a98de29942477b061cd02c92246f4bf85a.tar.gz
ninenines.eu-fe3492a98de29942477b061cd02c92246f4bf85a.tar.bz2
ninenines.eu-fe3492a98de29942477b061cd02c92246f4bf85a.zip
Initial commit, new website system
Diffstat (limited to '_build/themes/ninenines/layouts/partials/copyright.html')
-rw-r--r--_build/themes/ninenines/layouts/partials/copyright.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/_build/themes/ninenines/layouts/partials/copyright.html b/_build/themes/ninenines/layouts/partials/copyright.html
new file mode 100644
index 00000000..a09605f1
--- /dev/null
+++ b/_build/themes/ninenines/layouts/partials/copyright.html
@@ -0,0 +1,9 @@
+<div class="pure-g">
+ <div class="small-print pure-u-1 pure-u-md-1-1">
+ <small>{{ .Site.Copyright | safeHTML }}</small>
+ </div>
+ <div class="small-print pure-u-1 pure-u-md-1-1">
+ <small>Built with&nbsp;<a href="https://gohugo.io/" target="_blank">Hugo</a></small>
+ <small>Theme&nbsp;<a href="https://github.com/yoshiharuyamashita/blackburn" target="_blank">Blackburn</a></small>
+ </div>
+</div>