diff options
author | 2020-10-10 13:11:01 +0100 | |
---|---|---|
committer | 2020-10-10 13:11:01 +0100 | |
commit | 4006c73b7af293e96f9902c08943df59bbe28228 (patch) | |
tree | a31a01de2a707ec76baaec0552130f84ce8023a3 /pydis_site/templates | |
parent | Merge branch 'master' into feat/timeline (diff) |
Update page title
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 d9cdd625..b7f7cda9 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -1,7 +1,7 @@ {% extends 'base/base.html' %} {% load static %} -{% block title %}Home{% endblock %} +{% block title %}Timeline{% endblock %} {% block head %} <link rel="stylesheet" href="{% static "css/home/style.css" %}"> <link rel="stylesheet" href="{% static "css/home/index.css" %}"> |