Move custom style to its own file

This commit is contained in:
davegson 2020-05-11 16:48:33 +02:00
parent 7272377cd1
commit de9a2864f0
3 changed files with 143 additions and 102 deletions

View file

@ -7,5 +7,7 @@
{% include nav.html %}
{{ content }}
{% include footer.html %}
{% include custom_style.html %}
</body>
</html>