From 9130351091f8d947bddfdb3b11718f1078e286ba Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sat, 5 Oct 2024 10:49:22 +0200 Subject: templates: Use correct closing tag for related posts Judging from the CSS this was supposed to be and not . --- templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/page.html b/templates/page.html index 645c7f2..95f2d62 100644 --- a/templates/page.html +++ b/templates/page.html @@ -3,7 +3,7 @@ {%- block content %} {{ macros::render_post(post=page, class="single") }} {%- if "related" in page.extra and page.extra.related | length > 0 -%} - + {%- for ref in page.extra.related %} {%- set page = get_page(path=ref ~ "/index.md") -%} {{ macros::render_post(post=page, class="related") }} -- cgit v1.2.3-2-gb3c3