blob: bff98bfb99dccdba3ea56da97710502d39558c90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 %}
|