diff options
| author | 2024-03-19 17:14:15 +0800 | |
|---|---|---|
| committer | 2024-03-19 17:14:15 +0800 | |
| commit | 39ba78c40d7b858b8db5b3f61ab7b9f0f1ee4565 (patch) | |
| tree | 51bc50eddf53915f97226e75ccc51678f8e3e9c5 | |
| parent | Timeline: Adjust spacing between timeline items (diff) | |
Timeline: Remove link to home/index.css stylesheet
That file is for the homepage explicitly and including it for the
timeline is actually redundant.
Diffstat (limited to '')
| -rw-r--r-- | pydis_site/templates/home/timeline.html | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index e555fc09..c3dd6e4d 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -4,7 +4,6 @@  {% block title %}Timeline{% endblock %}  {% block head %}    <link rel="stylesheet" href="{% static "css/home/timeline.css" %}"> -  <link rel="stylesheet" href="{% static "css/home/index.css" %}">  {% endblock %}  {% block content %} | 
