Add copyright notice in footer

master
Dustin 2015-02-19 07:52:55 -06:00
parent e0a3a37894
commit d6a52a7471
1 changed files with 6 additions and 0 deletions

View File

@ -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>