Skip to content

Commit

Permalink
feat(development): add option for including additional stylesheets
Browse files Browse the repository at this point in the history
ref: #252
  • Loading branch information
jon-nfc committed Aug 25, 2024
1 parent cb9c782 commit 52db44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/base.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<link rel="stylesheet" href="{% static 'base.css' %}">
<link rel="stylesheet" href="{% static 'code.css' %}">
<link rel="stylesheet" href="{% static 'content.css' %}">
{% block additional-stylesheet %}{% endblock additional-stylesheet %}
<script src="{% static 'functions.js' %}"></script>
{% endif %}

Expand Down

0 comments on commit 52db44e

Please sign in to comment.