From 447da5fdc1155ad03f39b1bde2ebf090a9015b1e Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 3 Dec 2019 17:57:03 -0800 Subject: [PATCH] Fix page titles --- templates/post-link.html | 4 ---- templates/post-text.html | 4 ---- templates/samhuri.net.html | 2 +- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/templates/post-link.html b/templates/post-link.html index 738fe0b..6e3e6a6 100644 --- a/templates/post-link.html +++ b/templates/post-link.html @@ -1,9 +1,5 @@ {% extends "samhuri.net.html" %} -{% block title %} -{{ site.title }}: {{ post.title }} -{% endblock %} - {% block body %}
diff --git a/templates/post-text.html b/templates/post-text.html index 03041db..212b88f 100644 --- a/templates/post-text.html +++ b/templates/post-text.html @@ -1,9 +1,5 @@ {% extends "samhuri.net.html" %} -{% block title %} -{{ site.title }}: {{ post.title }} -{% endblock %} - {% block body %}
diff --git a/templates/samhuri.net.html b/templates/samhuri.net.html index 05b9246..400c3ed 100644 --- a/templates/samhuri.net.html +++ b/templates/samhuri.net.html @@ -6,7 +6,7 @@ - {% block title %}{{ site.title }}{% endblock %} + {{ title }}