From 4e3224c012df9f74f010eb92203520515e8537b9 Mon Sep 17 00:00:00 2001 From: Dererk Date: Wed, 11 Nov 2015 16:34:34 -0300 Subject: Imported Upstream version 7.7.3 --- scripts/jinjify.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/jinjify.py') diff --git a/scripts/jinjify.py b/scripts/jinjify.py index abd18e9..3a3a9d8 100755 --- a/scripts/jinjify.py +++ b/scripts/jinjify.py @@ -14,6 +14,7 @@ dumb_replacements = [ ["{% if any(post.is_mathjax for post in posts) %}", '{% if posts|selectattr("is_mathjax")|list %}'], ["json.dumps(title)", "title|tojson"], ["{{ parent.extra_head() }}", "{{ super() }}"], + ["{{ parent.content() }}", "{{ super() }}"], ["prefix='\\", "prefix='"], ["og: http://ogp.me/ns# \\", "og: http://ogp.me/ns#"], ["article: http://ogp.me/ns/article# \\", "article: http://ogp.me/ns/article#"], -- cgit v1.2.3