From 52914a90aa0b496c58653889ecee41501d44f311 Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Fri, 29 Apr 2022 15:47:06 +0300 Subject: [PATCH] Fix title --- source/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_layouts/default.html b/source/_layouts/default.html index 7fae9783..ffc6a4e0 100644 --- a/source/_layouts/default.html +++ b/source/_layouts/default.html @@ -1,7 +1,7 @@ - {% block title %}{{ page.title }}{% endblock %} — {{ site.title }} — {{ site.subtitle }} + {% block title %}{{ page.title|raw }}{% endblock %} — {{ site.title }} — {{ site.subtitle }}