From 5ef4ec3e6dc6aa928a669b3a125dd978ccf79911 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 19 Apr 2021 16:54:51 -0700 Subject: [PATCH] HTML rules says div needs to have it's own closing tag: https://stackoverflow.com/questions/3558119/are-non-void-self-closing-tags-valid-in-html5 --- layout/blog.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/blog.j2 b/layout/blog.j2 index c62489a..eda5654 100644 --- a/layout/blog.j2 +++ b/layout/blog.j2 @@ -22,7 +22,7 @@ {% endfor %} {% endif %} -
+
{% filter markdown|typogrify|rellinktoabs -%} {% block post -%}{%- endblock %}