diff options
author | 2022-01-30 14:29:48 +0100 | |
---|---|---|
committer | 2022-01-30 14:29:48 +0100 | |
commit | dda3e355ac31dc4b9629f2e9e63474bbba69d740 (patch) | |
tree | fd73941134e394abc8bddd71c5fb9bed9b91f816 /pydis_site/templates/resources | |
parent | Remove italics from resource cards. (diff) |
Refactor: collapsibles as a stand-alone component
Diffstat (limited to 'pydis_site/templates/resources')
-rw-r--r-- | pydis_site/templates/resources/resources.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pydis_site/templates/resources/resources.html b/pydis_site/templates/resources/resources.html index c3881092..80577c2b 100644 --- a/pydis_site/templates/resources/resources.html +++ b/pydis_site/templates/resources/resources.html @@ -7,10 +7,10 @@ {% block title %}Resources{% endblock %} {% block head %} <link rel="stylesheet" href="{% static "css/resources/resources.css" %}"> - <link rel="stylesheet" href="{% static "css/content/page.css" %}"> + <link rel="stylesheet" href="{% static "css/collapsibles.css" %}"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> - <script defer src="{% static "js/resources.js" %}"></script> - <script defer src="{% static "js/content/page.js" %}"></script> + <script defer src="{% static "js/resources/resources.js" %}"></script> + <script defer src="{% static "js/collapsibles.js" %}"></script> {% endblock %} {% block content %} |