summaryrefslogtreecommitdiff
path: root/arduino_blog/templates/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'arduino_blog/templates/footer.html')
-rw-r--r--arduino_blog/templates/footer.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/arduino_blog/templates/footer.html b/arduino_blog/templates/footer.html
new file mode 100644
index 0000000..bff98bf
--- /dev/null
+++ b/arduino_blog/templates/footer.html
@@ -0,0 +1,17 @@
+
+{% load static %}
+<!-- Footer -->
+{% block footer %}
+
+ <footer class="site-footer">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-12">
+ <center style="color:white;font-size: 10px;">
+ This work is licensed under a <a target="_blank" href="http://creativecommons.org/licenses/by-sa/4.0/" style="color:#ceab6a;">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
+ </center>
+ </div>
+ </div>
+ </div>
+ </footer>
+{% endblock %} \ No newline at end of file