From dd947385551ed35f5f02a349431860b547d8ff8c Mon Sep 17 00:00:00 2001 From: facundoolano Date: Sun, 25 Feb 2024 11:35:51 -0300 Subject: [PATCH] remove unnecessary xml escaping from templates --- commands/initfiles/layouts/base.html | 6 +++--- docs/layouts/base.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commands/initfiles/layouts/base.html b/commands/initfiles/layouts/base.html index f9192f2..2b5bf21 100644 --- a/commands/initfiles/layouts/base.html +++ b/commands/initfiles/layouts/base.html @@ -23,9 +23,9 @@ {% endif %} {% if page.excerpt %} - - - + + + {% endif %} {% if page.layout == "post" %} diff --git a/docs/layouts/base.html b/docs/layouts/base.html index d71db91..b4d61e8 100644 --- a/docs/layouts/base.html +++ b/docs/layouts/base.html @@ -23,9 +23,9 @@ {% endif %} {% if page.excerpt %} - - - + + + {% endif %} {% if page.layout == "post" %}