aboutsummaryrefslogtreecommitdiff
path: root/theme/bulma/templates/partial/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/bulma/templates/partial/footer.html')
-rw-r--r--theme/bulma/templates/partial/footer.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/bulma/templates/partial/footer.html b/theme/bulma/templates/partial/footer.html
new file mode 100644
index 0000000..8a2309c
--- /dev/null
+++ b/theme/bulma/templates/partial/footer.html
@@ -0,0 +1,7 @@
+<footer class="has-text-centered is-size-6">
+ {% if CC_LICENSE %}
+ {% include "partial/cc_license.html" %}
+ {% else %}
+ {% include "partial/copyright.html" %}
+ {% endif %}
+</footer>