From eebeed76002fa128e5e15cc002ebbf2fe8754ede Mon Sep 17 00:00:00 2001 From: rzen Date: Sun, 31 May 2020 16:27:14 -0400 Subject: [PATCH] add quotes around a class name --- _layouts/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/base.html b/_layouts/base.html index b1db28a..8556973 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -4,7 +4,7 @@ {% include header.html %} {{ content - | replace: '', ' ' + | replace: '', ' ' | replace: '\=\>', '⇒' }} {% include footer.html %}