aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-10-10 13:30:35 +0100
committerGravatar Joe Banks <[email protected]>2020-10-10 13:30:35 +0100
commitfbeda53cae9db7d66dac63851f41b0e01d26f7ac (patch)
tree98056e07412af86e3cec3d3bb1bc0b2a0f4e4aea /pydis_site/templates
parentMajor 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.html2
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 %}