From b115a560676dcaf9481a29790dc4713c15e21767 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sun, 8 Nov 2015 15:12:36 -0800 Subject: [PATCH] XML escape post blurbs --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3692574..e15b8fd 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ subtitle: This is where I will tell my friends way too much about me

- {{ post.content | truncatewords: 50 | strip_html}} + {{ post.content | truncatewords: 50 | strip_html | xml_escape}} [Read More]