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 }}