diff --git a/_layouts/post.html b/_layouts/post.html index 3a0fb52..1d36c28 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,7 +4,7 @@ layout: default
-

{{ page.title }}

+

{{ page.title | escape }}

@@ -12,4 +12,7 @@ layout: default {{ content }}