Add copyright notice in footer
parent
e0a3a37894
commit
d6a52a7471
|
@ -25,6 +25,12 @@
|
||||||
<h2>{{ page_title }}</h2>
|
<h2>{{ page_title }}</h2>
|
||||||
{% block body %}{% endblock -%}
|
{% block body %}{% endblock -%}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer class="row text-center"
|
||||||
|
style="border-top: 1px solid #cccccc; color: #777777; font-size: 0.75em;">
|
||||||
|
<a href="https://bitbucket.org/AdmiralNemo/dyns">DyNS</a> |
|
||||||
|
Copyright © 2015 Dustin C. Hatch
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Reference in New Issue