From 769b6a6e48d1d1bb8b5d23d51461d454ef3629c9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 24 Jan 2014 19:56:32 +0200 Subject: [PATCH] Revert 13c9eb92fb1b01d441e68570979a2da349914d9c. Due to Jekyll outputting useless whitespace, we need to work around this ourselves. --- _layouts/license.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/license.html b/_layouts/license.html index a369626..1aea9e7 100644 --- a/_layouts/license.html +++ b/_layouts/license.html @@ -2,7 +2,7 @@
-
{{ content | markdownify | strip_html }}
+
{{ content | replace:"<", "<" | replace:">", ">" }}
{% include sidebar.html %}