From b79dc1712b3ff9e5e4ad2e703e66524a1e51ed37 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 16 Jun 2014 00:03:39 +0800 Subject: [PATCH] Fix Jekyll escaping. --- _includes/foot.html | 3 ++ assets/script.js | 12 ++++++ assets/style.css | 10 +++-- jekyll.md | 89 ++++++++++++++++++++++++++++++++++++++------- 4 files changed, 98 insertions(+), 16 deletions(-) diff --git a/_includes/foot.html b/_includes/foot.html index dffffb304..569171a4a 100644 --- a/_includes/foot.html +++ b/_includes/foot.html @@ -1,3 +1,6 @@ + {% if page.jekyll_escape %} + + {% endif %}