From 97517ffff8da0468763f16cfdf266f1332eaec4f Mon Sep 17 00:00:00 2001
From: Don Harper ZvXa75|dEM|ci
z2i&W-5w(@D_k~MeW1SO&q7^z+9llUhK3;HeWZ|}=ugMDhrF7C5#A2O~w~!TrenHTo
zhLj*|Zx~bC6lgF=hSU>$%|myqDq-J-7a6Imuo62>)9`PsgI`##$|VWgEur()|2rpP
zS#4E$P3DDeJ0y96=hgO>2wFX~zYMq3UNw&USvyEwgS+Y=oKg~?$NP^dj=kuKsocZ`
zW*Yb{Ff7wE{TLs)r5a9!#>+@nOmBA1T;y}nnJ&%v>0-4~u^rEFmt4=T7$wVBr^?kC
z!z+1Z8&qwmhm8jhV~951`}){nDp&moU&Tk4r}>AC$K>;Dft3wr*UDzmW{s)P$*p{)
z#_W?KNzFS|@;pAQiYBxCB#z{2&323#X4Yo?
?CBTkn5h8hu{?eLm>al=|sO9)hw&wY&=aNCbEnnW>;u7
z*b@LJvv#uM)@Dw>W`=0A7>{~+o#5GYhRG0
7N|SZp{i}s7
MICHQY;^V>BNYUBL~b%dhMqAFQegmNkrGE8ARQ#n^YfJTlboyi
z97@#Hi!(emEu8GBB(jQ=SsLx>i`@M|ucg$!69nxICtwx;kYe1xCfzj7Qr4)P7!{b~
z*$!*{^N`dqreiAiuhI|WIbNdO)JlGo4Z5Mz>a>H_n&0m`UKp^-@Js5GG+*V`aXwoT
zDlQ;?XPQ7=ph6$BOVcY{2Ddl>(CH@j2oe6iF=1qj_$p+K8IKdA12Rf
zIUW<*XaAXt2gwWNJSAPEpZkOiumlTp>H7{qisAggCOyrUfqQ3q;;Ue5;^zOCj8iOz
zuTq8SFxQ38))cedVZH{=4%=Xi`0T<1=
')
@@ -77,6 +77,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
-{"source_encoding": "utf-8", "line_map": {"64": 12, "65": 12, "66": 12, "67": 14, "68": 15, "69": 16, "70": 16, "71": 16, "72": 18, "78": 72, "26": 0, "36": 2, "41": 19, "47": 4, "56": 4, "57": 7, "58": 7, "59": 9, "60": 10, "61": 11, "62": 12, "63": 12}, "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list.tmpl", "uri": "list.tmpl"}
+{"uri": "list.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list.tmpl", "line_map": {"64": 12, "65": 12, "66": 12, "67": 14, "68": 15, "69": 16, "70": 16, "71": 16, "72": 18, "78": 72, "26": 0, "36": 2, "41": 19, "47": 4, "56": 4, "57": 7, "58": 7, "59": 9, "60": 10, "61": 11, "62": 12, "63": 12}}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/list_post.tmpl.py b/cache/.mako.tmp/list_post.tmpl.py
index df7e3d21..20d865c2 100644
--- a/cache/.mako.tmp/list_post.tmpl.py
+++ b/cache/.mako.tmp/list_post.tmpl.py
@@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
-_modified_time = 1434042007.4842474
+_modified_time = 1434045607.335186
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list_post.tmpl'
_template_uri = 'list_post.tmpl'
@@ -27,12 +27,12 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
+ date_format = context.get('date_format', UNDEFINED)
+ messages = context.get('messages', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
- messages = context.get('messages', UNDEFINED)
title = context.get('title', UNDEFINED)
posts = context.get('posts', UNDEFINED)
- date_format = context.get('date_format', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content'):
@@ -48,12 +48,12 @@ def render_body(context,**pageargs):
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
+ date_format = context.get('date_format', UNDEFINED)
+ messages = context.get('messages', UNDEFINED)
def content():
return render_content(context)
- messages = context.get('messages', UNDEFINED)
title = context.get('title', UNDEFINED)
posts = context.get('posts', UNDEFINED)
- date_format = context.get('date_format', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n
')
__M_writer(str(title))
@@ -85,6 +85,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
-{"source_encoding": "utf-8", "line_map": {"64": 12, "65": 12, "66": 12, "67": 12, "68": 12, "69": 12, "70": 12, "71": 12, "72": 12, "73": 12, "74": 12, "75": 14, "76": 15, "77": 16, "78": 16, "79": 16, "80": 18, "86": 80, "26": 0, "37": 2, "42": 19, "48": 4, "58": 4, "59": 7, "60": 7, "61": 9, "62": 10, "63": 11}, "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list_post.tmpl", "uri": "list_post.tmpl"}
+{"uri": "list_post.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list_post.tmpl", "line_map": {"64": 12, "65": 12, "66": 12, "67": 12, "68": 12, "69": 12, "70": 12, "71": 12, "72": 12, "73": 12, "74": 12, "75": 14, "76": 15, "77": 16, "78": 16, "79": 16, "80": 18, "86": 80, "26": 0, "37": 2, "42": 19, "48": 4, "58": 4, "59": 7, "60": 7, "61": 9, "62": 10, "63": 11}}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/listing.tmpl.py b/cache/.mako.tmp/listing.tmpl.py
index cbd3a52e..0f0a30c8 100644
--- a/cache/.mako.tmp/listing.tmpl.py
+++ b/cache/.mako.tmp/listing.tmpl.py
@@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
-_modified_time = 1434042007.437249
+_modified_time = 1434045607.2886748
_enable_loop = True
_template_filename = 'themes/bootstrap3/templates/listing.tmpl'
_template_uri = 'listing.tmpl'
@@ -31,17 +31,17 @@ def render_body(context,**pageargs):
__M_locals = __M_dict_builtin(pageargs=pageargs)
_import_ns = {}
_mako_get_namespace(context, 'ui')._populate(_import_ns, ['bar'])
- code = _import_ns.get('code', context.get('code', UNDEFINED))
- messages = _import_ns.get('messages', context.get('messages', UNDEFINED))
+ folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
def content():
return render_content(context._locals(__M_locals))
- ui = _mako_get_namespace(context, 'ui')
- folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
- source_link = _import_ns.get('source_link', context.get('source_link', UNDEFINED))
- crumbs = _import_ns.get('crumbs', context.get('crumbs', UNDEFINED))
+ code = _import_ns.get('code', context.get('code', UNDEFINED))
files = _import_ns.get('files', context.get('files', UNDEFINED))
def sourcelink():
return render_sourcelink(context._locals(__M_locals))
+ ui = _mako_get_namespace(context, 'ui')
+ crumbs = _import_ns.get('crumbs', context.get('crumbs', UNDEFINED))
+ source_link = _import_ns.get('source_link', context.get('source_link', UNDEFINED))
+ messages = _import_ns.get('messages', context.get('messages', UNDEFINED))
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n\n')
@@ -65,13 +65,13 @@ def render_content(context,**pageargs):
try:
_import_ns = {}
_mako_get_namespace(context, 'ui')._populate(_import_ns, ['bar'])
- code = _import_ns.get('code', context.get('code', UNDEFINED))
+ folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
def content():
return render_content(context)
- ui = _mako_get_namespace(context, 'ui')
- folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
- crumbs = _import_ns.get('crumbs', context.get('crumbs', UNDEFINED))
+ code = _import_ns.get('code', context.get('code', UNDEFINED))
files = _import_ns.get('files', context.get('files', UNDEFINED))
+ ui = _mako_get_namespace(context, 'ui')
+ crumbs = _import_ns.get('crumbs', context.get('crumbs', UNDEFINED))
__M_writer = context.writer()
__M_writer('\n')
__M_writer(str(ui.bar(crumbs)))
@@ -124,6 +124,6 @@ def render_sourcelink(context,**pageargs):
"""
__M_BEGIN_METADATA
-{"source_encoding": "utf-8", "line_map": {"22": 3, "76": 5, "77": 6, "78": 6, "79": 7, "80": 8, "81": 9, "82": 10, "83": 10, "84": 10, "85": 10, "86": 10, "87": 12, "88": 13, "89": 13, "90": 13, "91": 13, "28": 0, "93": 15, "94": 17, "95": 18, "96": 18, "97": 18, "116": 25, "103": 22, "92": 13, "46": 2, "47": 3, "113": 22, "114": 23, "115": 24, "52": 20, "117": 25, "118": 25, "119": 25, "57": 28, "125": 119, "63": 5}, "filename": "themes/bootstrap3/templates/listing.tmpl", "uri": "listing.tmpl"}
+{"uri": "listing.tmpl", "source_encoding": "utf-8", "filename": "themes/bootstrap3/templates/listing.tmpl", "line_map": {"22": 3, "76": 5, "77": 6, "78": 6, "79": 7, "80": 8, "81": 9, "82": 10, "83": 10, "84": 10, "85": 10, "86": 10, "87": 12, "88": 13, "89": 13, "90": 13, "91": 13, "28": 0, "93": 15, "94": 17, "95": 18, "96": 18, "97": 18, "116": 25, "103": 22, "92": 13, "46": 2, "47": 3, "113": 22, "114": 23, "115": 24, "52": 20, "117": 25, "118": 25, "119": 25, "57": 28, "125": 119, "63": 5}}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/post.tmpl.py b/cache/.mako.tmp/post.tmpl.py
index b719df3c..ab3bdb28 100644
--- a/cache/.mako.tmp/post.tmpl.py
+++ b/cache/.mako.tmp/post.tmpl.py
@@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
-_modified_time = 1434042007.5122461
+_modified_time = 1434045607.3627915
_enable_loop = True
_template_filename = 'themes/bootstrap/templates/post.tmpl'
_template_uri = 'post.tmpl'
@@ -35,20 +35,20 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
- site_has_comments = context.get('site_has_comments', UNDEFINED)
- pheader = _mako_get_namespace(context, 'pheader')
- messages = context.get('messages', UNDEFINED)
- comments = _mako_get_namespace(context, 'comments')
- parent = context.get('parent', UNDEFINED)
- helper = _mako_get_namespace(context, 'helper')
def content():
return render_content(context._locals(__M_locals))
+ site_has_comments = context.get('site_has_comments', UNDEFINED)
+ comments = _mako_get_namespace(context, 'comments')
def extra_head():
return render_extra_head(context._locals(__M_locals))
def sourcelink():
return render_sourcelink(context._locals(__M_locals))
- show_sourcelink = context.get('show_sourcelink', UNDEFINED)
post = context.get('post', UNDEFINED)
+ pheader = _mako_get_namespace(context, 'pheader')
+ parent = context.get('parent', UNDEFINED)
+ messages = context.get('messages', UNDEFINED)
+ show_sourcelink = context.get('show_sourcelink', UNDEFINED)
+ helper = _mako_get_namespace(context, 'helper')
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
@@ -79,12 +79,12 @@ def render_content(context,**pageargs):
try:
def content():
return render_content(context)
+ post = context.get('post', UNDEFINED)
pheader = _mako_get_namespace(context, 'pheader')
+ site_has_comments = context.get('site_has_comments', UNDEFINED)
messages = context.get('messages', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
helper = _mako_get_namespace(context, 'helper')
- site_has_comments = context.get('site_has_comments', UNDEFINED)
- post = context.get('post', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n
') - __M_writer(str(messages("Source"))) - __M_writer('
\n') - return '' - finally: - context.caller_stack._pop_frame() - - def render_html_translations(context,post): __M_caller = context.caller_stack._push_frame() try: + translations = context.get('translations', UNDEFINED) + messages = context.get('messages', UNDEFINED) lang = context.get('lang', UNDEFINED) len = context.get('len', UNDEFINED) - messages = context.get('messages', UNDEFINED) - translations = context.get('translations', UNDEFINED) __M_writer = context.writer() __M_writer('\n') if len(post.translated_to) > 1: @@ -161,6 +161,6 @@ def render_html_translations(context,post): """ __M_BEGIN_METADATA -{"source_encoding": "utf-8", "line_map": {"128": 26, "150": 17, "134": 11, "162": 156, "142": 11, "143": 12, "144": 13, "145": 14, "146": 14, "147": 15, "148": 16, "149": 17, "22": 3, "151": 17, "152": 17, "25": 2, "154": 17, "155": 17, "28": 0, "33": 2, "34": 3, "35": 9, "36": 22, "37": 28, "38": 49, "156": 20, "44": 5, "50": 5, "51": 6, "52": 7, "53": 7, "54": 7, "55": 7, "56": 7, "62": 30, "77": 30, "78": 32, "79": 32, "80": 34, "81": 34, "82": 35, "83": 35, "84": 35, "85": 35, "86": 35, "87": 35, "88": 35, "89": 35, "90": 36, "91": 37, "92": 37, "93": 37, "94": 39, "95": 39, "96": 39, "97": 40, "98": 41, "99": 41, "100": 41, "101": 41, "102": 41, "103": 43, "104": 44, "105": 44, "106": 44, "107": 46, "108": 47, "109": 47, "115": 24, "153": 17, "122": 24, "123": 25, "124": 26, "125": 26, "126": 26, "127": 26}, "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_header.tmpl", "uri": "post_header.tmpl"} +{"uri": "post_header.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_header.tmpl", "line_map": {"128": 47, "150": 17, "134": 11, "142": 11, "143": 12, "144": 13, "145": 14, "146": 14, "147": 15, "148": 16, "149": 17, "22": 3, "151": 17, "152": 17, "25": 2, "154": 17, "155": 17, "28": 0, "33": 2, "34": 3, "35": 9, "36": 22, "37": 28, "38": 49, "156": 20, "44": 5, "50": 5, "51": 6, "52": 7, "53": 7, "54": 7, "55": 7, "56": 7, "62": 24, "69": 24, "70": 25, "71": 26, "72": 26, "73": 26, "74": 26, "75": 26, "162": 156, "81": 30, "153": 17, "96": 30, "97": 32, "98": 32, "99": 34, "100": 34, "101": 35, "102": 35, "103": 35, "104": 35, "105": 35, "106": 35, "107": 35, "108": 35, "109": 36, "110": 37, "111": 37, "112": 37, "113": 39, "114": 39, "115": 39, "116": 40, "117": 41, "118": 41, "119": 41, "120": 41, "121": 41, "122": 43, "123": 44, "124": 44, "125": 44, "126": 46, "127": 47}} __M_END_METADATA """ diff --git a/cache/.mako.tmp/post_helper.tmpl.py b/cache/.mako.tmp/post_helper.tmpl.py index dadef949..5a71cd75 100644 --- a/cache/.mako.tmp/post_helper.tmpl.py +++ b/cache/.mako.tmp/post_helper.tmpl.py @@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED __M_dict_builtin = dict __M_locals_builtin = locals _magic_number = 10 -_modified_time = 1434042007.543795 +_modified_time = 1434045607.3943834 _enable_loop = True _template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_helper.tmpl' _template_uri = 'post_helper.tmpl' _source_encoding = 'utf-8' -_exports = ['mathjax_script', 'html_pager', 'html_tags', 'meta_translations', 'twitter_card_information', 'open_graph_metadata'] +_exports = ['open_graph_metadata', 'twitter_card_information', 'html_pager', 'html_tags', 'meta_translations', 'mathjax_script'] def render_body(context,**pageargs): @@ -29,13 +29,79 @@ def render_body(context,**pageargs): context.caller_stack._pop_frame() -def render_mathjax_script(context,post): +def render_open_graph_metadata(context,post): __M_caller = context.caller_stack._push_frame() try: + striphtml = context.get('striphtml', UNDEFINED) + lang = context.get('lang', UNDEFINED) + permalink = context.get('permalink', UNDEFINED) + url_replacer = context.get('url_replacer', UNDEFINED) + use_open_graph = context.get('use_open_graph', UNDEFINED) + abs_link = context.get('abs_link', UNDEFINED) + blog_title = context.get('blog_title', UNDEFINED) __M_writer = context.writer() __M_writer('\n') - if post.is_mathjax: - __M_writer(' \n \n') + if use_open_graph: + __M_writer(' \n \n \n') + if post.description(): + __M_writer(' \n') + else: + __M_writer(' \n') + if post.previewimage: + __M_writer(' \n') + __M_writer(' \n') + if post.date.isoformat(): + __M_writer(' \n') + if post.tags: + for tag in post.tags: + __M_writer(' \n') + return '' + finally: + context.caller_stack._pop_frame() + + +def render_twitter_card_information(context,post): + __M_caller = context.caller_stack._push_frame() + try: + twitter_card = context.get('twitter_card', UNDEFINED) + __M_writer = context.writer() + __M_writer('\n') + if twitter_card and twitter_card['use_twitter_cards']: + __M_writer(' \n') + if 'site:id' in twitter_card: + __M_writer(' \n') + elif 'site' in twitter_card: + __M_writer(' \n') + if 'creator:id' in twitter_card: + __M_writer(' \n') + elif 'creator' in twitter_card: + __M_writer(' \n') return '' finally: context.caller_stack._pop_frame() @@ -74,8 +140,8 @@ def render_html_pager(context,post): def render_html_tags(context,post): __M_caller = context.caller_stack._push_frame() try: - _link = context.get('_link', UNDEFINED) hidden_tags = context.get('hidden_tags', UNDEFINED) + _link = context.get('_link', UNDEFINED) __M_writer = context.writer() __M_writer('\n') if post.tags: @@ -96,9 +162,9 @@ def render_html_tags(context,post): def render_meta_translations(context,post): __M_caller = context.caller_stack._push_frame() try: + translations = context.get('translations', UNDEFINED) lang = context.get('lang', UNDEFINED) len = context.get('len', UNDEFINED) - translations = context.get('translations', UNDEFINED) __M_writer = context.writer() __M_writer('\n') if len(translations) > 1: @@ -114,79 +180,13 @@ def render_meta_translations(context,post): context.caller_stack._pop_frame() -def render_twitter_card_information(context,post): +def render_mathjax_script(context,post): __M_caller = context.caller_stack._push_frame() try: - twitter_card = context.get('twitter_card', UNDEFINED) __M_writer = context.writer() __M_writer('\n') - if twitter_card and twitter_card['use_twitter_cards']: - __M_writer(' \n') - if 'site:id' in twitter_card: - __M_writer(' \n') - elif 'site' in twitter_card: - __M_writer(' \n') - if 'creator:id' in twitter_card: - __M_writer(' \n') - elif 'creator' in twitter_card: - __M_writer(' \n') - return '' - finally: - context.caller_stack._pop_frame() - - -def render_open_graph_metadata(context,post): - __M_caller = context.caller_stack._push_frame() - try: - lang = context.get('lang', UNDEFINED) - blog_title = context.get('blog_title', UNDEFINED) - abs_link = context.get('abs_link', UNDEFINED) - permalink = context.get('permalink', UNDEFINED) - use_open_graph = context.get('use_open_graph', UNDEFINED) - striphtml = context.get('striphtml', UNDEFINED) - url_replacer = context.get('url_replacer', UNDEFINED) - __M_writer = context.writer() - __M_writer('\n') - if use_open_graph: - __M_writer(' \n \n \n') - if post.description(): - __M_writer(' \n') - else: - __M_writer(' \n') - if post.previewimage: - __M_writer(' \n') - __M_writer(' \n') - if post.date.isoformat(): - __M_writer(' \n') - if post.tags: - for tag in post.tags: - __M_writer(' \n') + if post.is_mathjax: + __M_writer(' \n \n') return '' finally: context.caller_stack._pop_frame() @@ -194,6 +194,6 @@ def render_open_graph_metadata(context,post): """ __M_BEGIN_METADATA -{"source_encoding": "utf-8", "line_map": {"15": 0, "20": 2, "21": 11, "22": 23, "23": 40, "24": 69, "25": 85, "26": 93, "32": 87, "36": 87, "37": 88, "38": 89, "44": 25, "49": 25, "50": 26, "51": 27, "52": 28, "53": 29, "54": 30, "55": 30, "56": 30, "57": 30, "58": 30, "59": 30, "60": 33, "61": 34, "62": 35, "63": 35, "64": 35, "65": 35, "66": 35, "67": 35, "68": 38, "74": 13, "80": 13, "81": 14, "82": 15, "83": 16, "84": 17, "85": 18, "86": 18, "87": 18, "88": 18, "89": 18, "90": 21, "96": 3, "103": 3, "104": 4, "105": 5, "106": 6, "107": 7, "108": 7, "109": 7, "110": 7, "111": 7, "117": 71, "122": 71, "123": 72, "124": 73, "125": 73, "126": 73, "127": 74, "128": 75, "129": 75, "130": 75, "131": 76, "132": 77, "133": 77, "134": 77, "135": 79, "136": 80, "137": 80, "138": 80, "139": 81, "140": 82, "141": 82, "142": 82, "148": 42, "159": 42, "160": 43, "161": 44, "162": 44, "163": 44, "164": 45, "165": 45, "166": 46, "167": 46, "168": 47, "169": 48, "170": 48, "171": 48, "172": 49, "173": 50, "174": 50, "175": 50, "176": 52, "177": 53, "178": 53, "179": 53, "180": 55, "181": 60, "182": 61, "183": 61, "184": 61, "185": 63, "186": 64, "187": 65, "188": 65, "189": 65, "195": 189}, "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_helper.tmpl", "uri": "post_helper.tmpl"} +{"uri": "post_helper.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_helper.tmpl", "line_map": {"15": 0, "20": 2, "21": 11, "22": 23, "23": 40, "24": 69, "25": 85, "26": 93, "32": 42, "43": 42, "44": 43, "45": 44, "46": 44, "47": 44, "48": 45, "49": 45, "50": 46, "51": 46, "52": 47, "53": 48, "54": 48, "55": 48, "56": 49, "57": 50, "58": 50, "59": 50, "60": 52, "61": 53, "62": 53, "63": 53, "64": 55, "65": 60, "66": 61, "67": 61, "68": 61, "69": 63, "70": 64, "71": 65, "72": 65, "73": 65, "79": 71, "84": 71, "85": 72, "86": 73, "87": 73, "88": 73, "89": 74, "90": 75, "91": 75, "92": 75, "93": 76, "94": 77, "95": 77, "96": 77, "97": 79, "98": 80, "99": 80, "100": 80, "101": 81, "102": 82, "103": 82, "104": 82, "110": 25, "115": 25, "116": 26, "117": 27, "118": 28, "119": 29, "120": 30, "121": 30, "122": 30, "123": 30, "124": 30, "125": 30, "126": 33, "127": 34, "128": 35, "129": 35, "130": 35, "131": 35, "132": 35, "133": 35, "134": 38, "140": 13, "146": 13, "147": 14, "148": 15, "149": 16, "150": 17, "151": 18, "152": 18, "153": 18, "154": 18, "155": 18, "156": 21, "162": 3, "169": 3, "170": 4, "171": 5, "172": 6, "173": 7, "174": 7, "175": 7, "176": 7, "177": 7, "183": 87, "187": 87, "188": 88, "189": 89, "195": 189}} __M_END_METADATA """ diff --git a/cache/.mako.tmp/story.tmpl.py b/cache/.mako.tmp/story.tmpl.py index 20309a0f..37562ec3 100644 --- a/cache/.mako.tmp/story.tmpl.py +++ b/cache/.mako.tmp/story.tmpl.py @@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED __M_dict_builtin = dict __M_locals_builtin = locals _magic_number = 10 -_modified_time = 1434042007.5995035 +_modified_time = 1434045607.4500306 _enable_loop = True _template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/story.tmpl' _template_uri = 'story.tmpl' @@ -35,15 +35,15 @@ def render_body(context,**pageargs): __M_caller = context.caller_stack._push_frame() try: __M_locals = __M_dict_builtin(pageargs=pageargs) - pheader = _mako_get_namespace(context, 'pheader') - messages = context.get('messages', UNDEFINED) - comments = _mako_get_namespace(context, 'comments') - helper = _mako_get_namespace(context, 'helper') def content(): return render_content(context._locals(__M_locals)) enable_comments = context.get('enable_comments', UNDEFINED) site_has_comments = context.get('site_has_comments', UNDEFINED) + comments = _mako_get_namespace(context, 'comments') post = context.get('post', UNDEFINED) + pheader = _mako_get_namespace(context, 'pheader') + messages = context.get('messages', UNDEFINED) + helper = _mako_get_namespace(context, 'helper') __M_writer = context.writer() __M_writer('\n') __M_writer('\n') @@ -62,15 +62,15 @@ def render_body(context,**pageargs): def render_content(context,**pageargs): __M_caller = context.caller_stack._push_frame() try: - pheader = _mako_get_namespace(context, 'pheader') - messages = context.get('messages', UNDEFINED) - comments = _mako_get_namespace(context, 'comments') - helper = _mako_get_namespace(context, 'helper') def content(): return render_content(context) enable_comments = context.get('enable_comments', UNDEFINED) site_has_comments = context.get('site_has_comments', UNDEFINED) + comments = _mako_get_namespace(context, 'comments') post = context.get('post', UNDEFINED) + pheader = _mako_get_namespace(context, 'pheader') + messages = context.get('messages', UNDEFINED) + helper = _mako_get_namespace(context, 'helper') __M_writer = context.writer() __M_writer('\n