From bbe2fe000d30b5c702125e2429184f96a52d183f Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 27 Mar 2019 19:26:59 +0100 Subject: [PATCH] Use
instead of
for post list The
tag is for self-contained content, which the post list isn't really. I hope that this change makes search engines display the blog's introduction instead of the first post's introduction in their results. --- blog/templates/macros.html | 4 ++-- blog/templates/news-section.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blog/templates/macros.html b/blog/templates/macros.html index 72f61ee2..406a1ef2 100644 --- a/blog/templates/macros.html +++ b/blog/templates/macros.html @@ -1,11 +1,11 @@ {% macro post_link(page) %} - +
{% endmacro post_link %} {% macro utterances() %} diff --git a/blog/templates/news-section.html b/blog/templates/news-section.html index 2dc27f79..e61c9a64 100644 --- a/blog/templates/news-section.html +++ b/blog/templates/news-section.html @@ -12,7 +12,7 @@
{% for page in section.pages %} - +
{% endfor %}