From 39ba78c40d7b858b8db5b3f61ab7b9f0f1ee4565 Mon Sep 17 00:00:00 2001 From: hedy Date: Tue, 19 Mar 2024 17:14:15 +0800 Subject: Timeline: Remove link to home/index.css stylesheet That file is for the homepage explicitly and including it for the timeline is actually redundant. --- pydis_site/templates/home/timeline.html | 1 - 1 file changed, 1 deletion(-) 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 %} - {% endblock %} {% block content %} -- cgit v1.2.3