From 634adee6ac68aef4951745686986a288c0429500 Mon Sep 17 00:00:00 2001 From: Kate Date: Sun, 22 Nov 2020 06:41:53 +0000 Subject: [PATCH] Added site name to page title --- templates/index.html | 4 +--- templates/layout.html | 4 ++-- templates/list.html | 4 +--- templates/message.html | 4 +--- templates/new.html | 4 +--- templates/quote.html | 4 +--- templates/tags.html | 4 +--- 7 files changed, 8 insertions(+), 20 deletions(-) diff --git a/templates/index.html b/templates/index.html index 2bcc1a1..62545c6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,5 @@ {% extends "layout.html" %} -{% block customhead %} - {{ title }} -{% endblock %} +{% block title %}{{ title }}{% endblock %} {% block nav_home %}active{% endblock %} {% block content %}
diff --git a/templates/layout.html b/templates/layout.html index 609fbf4..d17fce6 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -7,8 +7,8 @@ - {% block customhead %} - {% endblock %} + + {% block title %}{% endblock %} - {{ site_name }}