summaryrefslogtreecommitdiff
path: root/_includes/footer.liquid
diff options
context:
space:
mode:
Diffstat (limited to '_includes/footer.liquid')
-rw-r--r--_includes/footer.liquid8
1 files changed, 8 insertions, 0 deletions
diff --git a/_includes/footer.liquid b/_includes/footer.liquid
new file mode 100644
index 0000000..6eae99f
--- /dev/null
+++ b/_includes/footer.liquid
@@ -0,0 +1,8 @@
+<footer class="footer has-background-primary">
+ <div class="has-text-centered">
+ <p class="footer-content">
+ <b>{{ site.title }}</b> {{ site.data[site.active_lang].strings.global.under }}
+ <a class="footer-url" href="https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en">CC BY-NC-ND</a>
+ </p>
+ </div>
+</footer>