Adding a footer
This commit is contained in:
parent
8e26a72bc9
commit
09a8575068
3 changed files with 9 additions and 2 deletions
|
|
@ -32,6 +32,10 @@
|
|||
{% endfor %}
|
||||
{% block body %}{% endblock %}
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p class="copyright">© 2019 Sakuragasaki46.
|
||||
<a href="/about/">About</a></p>
|
||||
</div>
|
||||
<script src="/static/lib.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue