Add copyright notice in footer
parent
e0a3a37894
commit
d6a52a7471
|
@ -25,6 +25,12 @@
|
|||
<h2>{{ page_title }}</h2>
|
||||
{% block body %}{% endblock -%}
|
||||
</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>
|
||||
|
||||
</html>
|
||||
|
|
Reference in New Issue