diff options
author | 2019-04-20 16:35:07 +0100 | |
---|---|---|
committer | 2019-04-20 16:35:07 +0100 | |
commit | c8ceda475744bdfaf5ec55bfb3df0e0a9702562b (patch) | |
tree | cf92c1128ae0c0f85b8f83e023b260789e90af57 /pydis_site/templates | |
parent | 100% coverage (diff) |
Remove unneeded sites.py and move navbar CSS to base.css
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/wiki/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/templates/wiki/base.html b/pydis_site/templates/wiki/base.html index f1b70fdd..192c25f6 100644 --- a/pydis_site/templates/wiki/base.html +++ b/pydis_site/templates/wiki/base.html @@ -16,7 +16,6 @@ <link rel="stylesheet" href="{% static "css/wiki/simplemde.min.css" %}"> <link rel="stylesheet" href="{% static "css/wiki/simplemde-fixes.css" %}"> <link rel="stylesheet" href="{% static "css/wiki/style.css" %}"> - <link rel="stylesheet" href="{% static "css/home/index.css" %}"> {% endblock %} {% block content %} |