From 8c70ecf0053a72d3cf30aab2fb07d45f209da43b Mon Sep 17 00:00:00 2001 From: Meitar M Date: Fri, 31 Jan 2020 13:27:27 -0500 Subject: [PATCH] Fix invalid HTML caused by doubly-nested `

` element. --- _layouts/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index a13d4e2..ef56284 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -23,7 +23,7 @@

{{ page.title }}

{% if page.image %}{% endif %} -

{{ content }}

+ {{ content }} @@ -33,4 +33,4 @@ - \ No newline at end of file +