aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-10-10 13:11:01 +0100
committerGravatar Joe Banks <[email protected]>2020-10-10 13:11:01 +0100
commit4006c73b7af293e96f9902c08943df59bbe28228 (patch)
treea31a01de2a707ec76baaec0552130f84ce8023a3 /pydis_site
parentMerge branch 'master' into feat/timeline (diff)
Update page title
Diffstat (limited to 'pydis_site')
-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 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" %}">