diff options
author | 2020-10-10 13:30:35 +0100 | |
---|---|---|
committer | 2020-10-10 13:30:35 +0100 | |
commit | fbeda53cae9db7d66dac63851f41b0e01d26f7ac (patch) | |
tree | 98056e07412af86e3cec3d3bb1bc0b2a0f4e4aea /pydis_site/templates | |
parent | Major fixes to timeline CSS to prevent overriding our CSS (diff) |
Rename timeline CSS file for easier finding
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/home/timeline.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index b7f7cda9..73920124 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -3,7 +3,7 @@ {% block title %}Timeline{% endblock %} {% block head %} -<link rel="stylesheet" href="{% static "css/home/style.css" %}"> +<link rel="stylesheet" href="{% static "css/home/timeline.css" %}"> <link rel="stylesheet" href="{% static "css/home/index.css" %}"> {% endblock %} |