aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorOlivier Roques <olivier@oroques.dev>2020-08-01 23:19:40 +0200
committerOlivier Roques <olivier@oroques.dev>2020-08-02 00:31:40 +0200
commit398eda4992ad73531f39595776c007014b3020c3 (patch)
treec52e5fdef0a7c07eaccc538ad4f95c558db5d692 /layouts/partials/footer.html
parent74bfd79303ba8776e3b9d02f125a6c93eef9d2b5 (diff)
Add sass files
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index e69de29..749441b 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -0,0 +1,6 @@
+{{ with .Site.Params.footer }}
+ <hr>
+ <div class="container text-center mb-2">
+ <a href="{{ .url }}"><small>{{ .text }}</small></a>
+ </div>
+{{ end }}