')
@@ -77,6 +77,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
-{"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}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list.tmpl", "uri": "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}, "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list.tmpl", "uri": "list.tmpl", "source_encoding": "utf-8"}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/list_post.tmpl.py b/cache/.mako.tmp/list_post.tmpl.py
index 2011e018..89a59535 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 = 1434020407.4448888
+_modified_time = 1434024007.4967172
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list_post.tmpl'
_template_uri = 'list_post.tmpl'
@@ -28,11 +28,11 @@ def render_body(context,**pageargs):
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
posts = context.get('posts', UNDEFINED)
- 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)
+ 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'):
@@ -49,11 +49,11 @@ def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
posts = context.get('posts', UNDEFINED)
- 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)
+ date_format = context.get('date_format', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n\n \n ')
__M_writer(str(title))
@@ -85,6 +85,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
-{"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}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list_post.tmpl", "uri": "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}, "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list_post.tmpl", "uri": "list_post.tmpl", "source_encoding": "utf-8"}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/listing.tmpl.py b/cache/.mako.tmp/listing.tmpl.py
index 9d09abbe..d864261c 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 = 1434020407.3984013
+_modified_time = 1434024007.4499018
_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'])
- def sourcelink():
- return render_sourcelink(context._locals(__M_locals))
- code = _import_ns.get('code', context.get('code', UNDEFINED))
- files = _import_ns.get('files', context.get('files', UNDEFINED))
- ui = _mako_get_namespace(context, 'ui')
- def content():
- return render_content(context._locals(__M_locals))
- 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))
folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
+ def sourcelink():
+ return render_sourcelink(context._locals(__M_locals))
+ ui = _mako_get_namespace(context, 'ui')
+ 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 content():
+ return render_content(context._locals(__M_locals))
__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'])
+ folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
+ ui = _mako_get_namespace(context, 'ui')
+ 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')
def content():
return render_content(context)
- crumbs = _import_ns.get('crumbs', context.get('crumbs', UNDEFINED))
- folders = _import_ns.get('folders', context.get('folders', 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
-{"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}, "source_encoding": "utf-8", "filename": "themes/bootstrap3/templates/listing.tmpl", "uri": "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}, "filename": "themes/bootstrap3/templates/listing.tmpl", "uri": "listing.tmpl", "source_encoding": "utf-8"}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/post.tmpl.py b/cache/.mako.tmp/post.tmpl.py
index 6c922ae5..a5adc7b8 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 = 1434020407.4725769
+_modified_time = 1434024007.5246513
_enable_loop = True
_template_filename = 'themes/bootstrap/templates/post.tmpl'
_template_uri = 'post.tmpl'
@@ -19,15 +19,15 @@ def _mako_get_namespace(context, name):
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
+ ns = runtime.TemplateNamespace('pheader', context._clean_inheritance_tokens(), templateuri='post_header.tmpl', callables=None, calling_uri=_template_uri)
+ context.namespaces[(__name__, 'pheader')] = ns
+
ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='post_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'helper')] = ns
ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'comments')] = ns
- ns = runtime.TemplateNamespace('pheader', context._clean_inheritance_tokens(), templateuri='post_header.tmpl', callables=None, calling_uri=_template_uri)
- context.namespaces[(__name__, 'pheader')] = ns
-
def _mako_inherit(template, context):
_mako_generate_namespaces(context)
return runtime._inherit_from(context, 'base.tmpl', _template_uri)
@@ -35,20 +35,20 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
- parent = context.get('parent', UNDEFINED)
- show_sourcelink = context.get('show_sourcelink', UNDEFINED)
pheader = _mako_get_namespace(context, 'pheader')
- comments = _mako_get_namespace(context, 'comments')
- site_has_comments = context.get('site_has_comments', UNDEFINED)
- def content():
- return render_content(context._locals(__M_locals))
helper = _mako_get_namespace(context, 'helper')
- def extra_head():
- return render_extra_head(context._locals(__M_locals))
- post = context.get('post', UNDEFINED)
+ parent = context.get('parent', UNDEFINED)
messages = context.get('messages', UNDEFINED)
+ comments = _mako_get_namespace(context, 'comments')
def sourcelink():
return render_sourcelink(context._locals(__M_locals))
+ def extra_head():
+ return render_extra_head(context._locals(__M_locals))
+ show_sourcelink = context.get('show_sourcelink', UNDEFINED)
+ site_has_comments = context.get('site_has_comments', UNDEFINED)
+ post = context.get('post', UNDEFINED)
+ def content():
+ return render_content(context._locals(__M_locals))
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
@@ -77,10 +77,10 @@ def render_body(context,**pageargs):
def render_extra_head(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
- parent = context.get('parent', UNDEFINED)
- helper = _mako_get_namespace(context, 'helper')
def extra_head():
return render_extra_head(context)
+ helper = _mako_get_namespace(context, 'helper')
+ parent = context.get('parent', UNDEFINED)
post = context.get('post', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n ')
@@ -124,14 +124,14 @@ def render_extra_head(context,**pageargs):
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
+ pheader = _mako_get_namespace(context, 'pheader')
+ helper = _mako_get_namespace(context, 'helper')
+ messages = context.get('messages', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
+ post = context.get('post', UNDEFINED)
+ comments = _mako_get_namespace(context, 'comments')
def content():
return render_content(context)
- pheader = _mako_get_namespace(context, 'pheader')
- comments = _mako_get_namespace(context, 'comments')
- helper = _mako_get_namespace(context, 'helper')
- post = context.get('post', UNDEFINED)
- messages = context.get('messages', 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_post_header(context):
__M_caller = context.caller_stack._push_frame()
try:
- def html_sourcelink():
- return render_html_sourcelink(context)
+ messages = context.get('messages', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
site_has_comments = context.get('site_has_comments', UNDEFINED)
+ post = context.get('post', UNDEFINED)
def html_title():
return render_html_title(context)
- date_format = context.get('date_format', UNDEFINED)
- post = context.get('post', UNDEFINED)
- messages = context.get('messages', UNDEFINED)
+ def html_sourcelink():
+ return render_html_sourcelink(context)
def html_translations(post):
return render_html_translations(context,post)
+ date_format = context.get('date_format', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n \n ')
__M_writer(str(html_title()))
@@ -131,12 +112,31 @@ def render_html_post_header(context):
context.caller_stack._pop_frame()
+def render_html_sourcelink(context):
+ __M_caller = context.caller_stack._push_frame()
+ try:
+ post = context.get('post', UNDEFINED)
+ messages = context.get('messages', UNDEFINED)
+ show_sourcelink = context.get('show_sourcelink', UNDEFINED)
+ __M_writer = context.writer()
+ __M_writer('\n')
+ if show_sourcelink:
+ __M_writer(' ')
+ __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:
- len = context.get('len', UNDEFINED)
- lang = context.get('lang', UNDEFINED)
messages = context.get('messages', UNDEFINED)
+ lang = context.get('lang', UNDEFINED)
+ len = context.get('len', UNDEFINED)
translations = context.get('translations', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
@@ -161,6 +161,6 @@ def render_html_translations(context,post):
"""
__M_BEGIN_METADATA
-{"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": 2, "151": 17, "152": 17, "25": 3, "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}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_header.tmpl", "uri": "post_header.tmpl"}
+{"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": 2, "151": 17, "152": 17, "25": 3, "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", "source_encoding": "utf-8"}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/post_helper.tmpl.py b/cache/.mako.tmp/post_helper.tmpl.py
index 513e6a3a..38495c30 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 = 1434020407.504063
+_modified_time = 1434024007.5571609
_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 = ['meta_translations', 'html_pager', 'html_tags', 'open_graph_metadata', 'twitter_card_information', 'mathjax_script']
+_exports = ['html_pager', 'mathjax_script', 'open_graph_metadata', 'meta_translations', 'twitter_card_information', 'html_tags']
def render_body(context,**pageargs):
@@ -29,27 +29,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
-def render_meta_translations(context,post):
- __M_caller = context.caller_stack._push_frame()
- try:
- len = context.get('len', UNDEFINED)
- lang = context.get('lang', UNDEFINED)
- translations = context.get('translations', UNDEFINED)
- __M_writer = context.writer()
- __M_writer('\n')
- if len(translations) > 1:
- for langname in translations.keys():
- if langname != lang and post.is_translation_available(langname):
- __M_writer(' \n')
- return ''
- finally:
- context.caller_stack._pop_frame()
-
-
def render_html_pager(context,post):
__M_caller = context.caller_stack._push_frame()
try:
@@ -80,23 +59,13 @@ def render_html_pager(context,post):
context.caller_stack._pop_frame()
-def render_html_tags(context,post):
+def render_mathjax_script(context,post):
__M_caller = context.caller_stack._push_frame()
try:
- hidden_tags = context.get('hidden_tags', UNDEFINED)
- _link = context.get('_link', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
- if post.tags:
- __M_writer(' \n')
+ if post.is_mathjax:
+ __M_writer(' \n \n')
return ''
finally:
context.caller_stack._pop_frame()
@@ -105,13 +74,13 @@ def render_html_tags(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)
+ url_replacer = context.get('url_replacer', UNDEFINED)
abs_link = context.get('abs_link', UNDEFINED)
use_open_graph = context.get('use_open_graph', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
- lang = context.get('lang', UNDEFINED)
blog_title = context.get('blog_title', UNDEFINED)
- url_replacer = context.get('url_replacer', UNDEFINED)
+ striphtml = context.get('striphtml', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if use_open_graph:
@@ -149,6 +118,27 @@ def render_open_graph_metadata(context,post):
context.caller_stack._pop_frame()
+def render_meta_translations(context,post):
+ __M_caller = context.caller_stack._push_frame()
+ try:
+ 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:
+ for langname in translations.keys():
+ if langname != lang and post.is_translation_available(langname):
+ __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:
@@ -180,13 +170,23 @@ def render_twitter_card_information(context,post):
context.caller_stack._pop_frame()
-def render_mathjax_script(context,post):
+def render_html_tags(context,post):
__M_caller = context.caller_stack._push_frame()
try:
+ hidden_tags = context.get('hidden_tags', UNDEFINED)
+ _link = context.get('_link', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
- if post.is_mathjax:
- __M_writer(' \n \n')
+ if post.tags:
+ __M_writer(' \n')
return ''
finally:
context.caller_stack._pop_frame()
@@ -194,6 +194,6 @@ def render_mathjax_script(context,post):
"""
__M_BEGIN_METADATA
-{"line_map": {"15": 0, "20": 2, "21": 11, "22": 23, "23": 40, "24": 69, "25": 85, "26": 93, "32": 3, "39": 3, "40": 4, "41": 5, "42": 6, "43": 7, "44": 7, "45": 7, "46": 7, "47": 7, "53": 25, "58": 25, "59": 26, "60": 27, "61": 28, "62": 29, "63": 30, "64": 30, "65": 30, "66": 30, "67": 30, "68": 30, "69": 33, "70": 34, "71": 35, "72": 35, "73": 35, "74": 35, "75": 35, "76": 35, "77": 38, "83": 13, "89": 13, "90": 14, "91": 15, "92": 16, "93": 17, "94": 18, "95": 18, "96": 18, "97": 18, "98": 18, "99": 21, "105": 42, "116": 42, "117": 43, "118": 44, "119": 44, "120": 44, "121": 45, "122": 45, "123": 46, "124": 46, "125": 47, "126": 48, "127": 48, "128": 48, "129": 49, "130": 50, "131": 50, "132": 50, "133": 52, "134": 53, "135": 53, "136": 53, "137": 55, "138": 60, "139": 61, "140": 61, "141": 61, "142": 63, "143": 64, "144": 65, "145": 65, "146": 65, "152": 71, "157": 71, "158": 72, "159": 73, "160": 73, "161": 73, "162": 74, "163": 75, "164": 75, "165": 75, "166": 76, "167": 77, "168": 77, "169": 77, "170": 79, "171": 80, "172": 80, "173": 80, "174": 81, "175": 82, "176": 82, "177": 82, "183": 87, "187": 87, "188": 88, "189": 89, "195": 189}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_helper.tmpl", "uri": "post_helper.tmpl"}
+{"line_map": {"15": 0, "20": 2, "21": 11, "22": 23, "23": 40, "24": 69, "25": 85, "26": 93, "32": 25, "37": 25, "38": 26, "39": 27, "40": 28, "41": 29, "42": 30, "43": 30, "44": 30, "45": 30, "46": 30, "47": 30, "48": 33, "49": 34, "50": 35, "51": 35, "52": 35, "53": 35, "54": 35, "55": 35, "56": 38, "62": 87, "66": 87, "67": 88, "68": 89, "74": 42, "85": 42, "86": 43, "87": 44, "88": 44, "89": 44, "90": 45, "91": 45, "92": 46, "93": 46, "94": 47, "95": 48, "96": 48, "97": 48, "98": 49, "99": 50, "100": 50, "101": 50, "102": 52, "103": 53, "104": 53, "105": 53, "106": 55, "107": 60, "108": 61, "109": 61, "110": 61, "111": 63, "112": 64, "113": 65, "114": 65, "115": 65, "121": 3, "128": 3, "129": 4, "130": 5, "131": 6, "132": 7, "133": 7, "134": 7, "135": 7, "136": 7, "142": 71, "147": 71, "148": 72, "149": 73, "150": 73, "151": 73, "152": 74, "153": 75, "154": 75, "155": 75, "156": 76, "157": 77, "158": 77, "159": 77, "160": 79, "161": 80, "162": 80, "163": 80, "164": 81, "165": 82, "166": 82, "167": 82, "173": 13, "179": 13, "180": 14, "181": 15, "182": 16, "183": 17, "184": 18, "185": 18, "186": 18, "187": 18, "188": 18, "189": 21, "195": 189}, "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_helper.tmpl", "uri": "post_helper.tmpl", "source_encoding": "utf-8"}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/story.tmpl.py b/cache/.mako.tmp/story.tmpl.py
index ffaef81d..410980aa 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 = 1434020407.5595224
+_modified_time = 1434024007.6137218
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/story.tmpl'
_template_uri = 'story.tmpl'
@@ -19,15 +19,15 @@ def _mako_get_namespace(context, name):
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
+ ns = runtime.TemplateNamespace('pheader', context._clean_inheritance_tokens(), templateuri='post_header.tmpl', callables=None, calling_uri=_template_uri)
+ context.namespaces[(__name__, 'pheader')] = ns
+
ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='post_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'helper')] = ns
ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'comments')] = ns
- ns = runtime.TemplateNamespace('pheader', context._clean_inheritance_tokens(), templateuri='post_header.tmpl', callables=None, calling_uri=_template_uri)
- context.namespaces[(__name__, 'pheader')] = ns
-
def _mako_inherit(template, context):
_mako_generate_namespaces(context)
return runtime._inherit_from(context, 'post.tmpl', _template_uri)
@@ -36,14 +36,14 @@ def render_body(context,**pageargs):
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
pheader = _mako_get_namespace(context, 'pheader')
+ helper = _mako_get_namespace(context, 'helper')
+ messages = context.get('messages', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
enable_comments = context.get('enable_comments', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
+ post = context.get('post', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
- helper = _mako_get_namespace(context, 'helper')
- post = context.get('post', UNDEFINED)
- messages = context.get('messages', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
@@ -63,14 +63,14 @@ def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
pheader = _mako_get_namespace(context, 'pheader')
+ helper = _mako_get_namespace(context, 'helper')
+ messages = context.get('messages', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
enable_comments = context.get('enable_comments', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
+ post = context.get('post', UNDEFINED)
def content():
return render_content(context)
- helper = _mako_get_namespace(context, 'helper')
- post = context.get('post', UNDEFINED)
- messages = context.get('messages', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n\n \n ')
__M_writer(str(pheader.html_title()))
@@ -95,6 +95,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
-{"line_map": {"86": 19, "75": 7, "76": 10, "77": 10, "78": 11, "79": 11, "80": 14, "81": 14, "82": 16, "83": 17, "84": 18, "85": 18, "22": 2, "87": 19, "88": 22, "25": 4, "90": 22, "28": 3, "96": 90, "34": 0, "48": 2, "49": 3, "50": 4, "51": 5, "89": 22, "56": 24, "62": 7}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/story.tmpl", "uri": "story.tmpl"}
+{"line_map": {"86": 19, "75": 7, "76": 10, "77": 10, "78": 11, "79": 11, "80": 14, "81": 14, "82": 16, "83": 17, "84": 18, "85": 18, "22": 3, "87": 19, "88": 22, "25": 2, "90": 22, "28": 4, "96": 90, "34": 0, "48": 2, "49": 3, "50": 4, "51": 5, "89": 22, "56": 24, "62": 7}, "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/story.tmpl", "uri": "story.tmpl", "source_encoding": "utf-8"}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/tag.tmpl.py b/cache/.mako.tmp/tag.tmpl.py
index d9b0ffdb..69ed987c 100644
--- a/cache/.mako.tmp/tag.tmpl.py
+++ b/cache/.mako.tmp/tag.tmpl.py
@@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
-_modified_time = 1434020407.6144876
+_modified_time = 1434024007.6680367
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/tag.tmpl'
_template_uri = 'tag.tmpl'
@@ -27,23 +27,23 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
- parent = context.get('parent', UNDEFINED)
- len = context.get('len', UNDEFINED)
- generate_rss = context.get('generate_rss', UNDEFINED)
- translations = context.get('translations', UNDEFINED)
- tag = context.get('tag', UNDEFINED)
- description = context.get('description', UNDEFINED)
- kind = context.get('kind', UNDEFINED)
- def content():
- return render_content(context._locals(__M_locals))
- title = context.get('title', UNDEFINED)
- posts = context.get('posts', UNDEFINED)
- def extra_head():
- return render_extra_head(context._locals(__M_locals))
- date_format = context.get('date_format', UNDEFINED)
subcategories = context.get('subcategories', UNDEFINED)
+ parent = context.get('parent', UNDEFINED)
messages = context.get('messages', UNDEFINED)
_link = context.get('_link', UNDEFINED)
+ translations = context.get('translations', UNDEFINED)
+ title = context.get('title', UNDEFINED)
+ def extra_head():
+ return render_extra_head(context._locals(__M_locals))
+ tag = context.get('tag', UNDEFINED)
+ kind = context.get('kind', UNDEFINED)
+ posts = context.get('posts', UNDEFINED)
+ len = context.get('len', UNDEFINED)
+ def content():
+ return render_content(context._locals(__M_locals))
+ description = context.get('description', UNDEFINED)
+ generate_rss = context.get('generate_rss', 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'], 'extra_head'):
@@ -65,14 +65,14 @@ def render_extra_head(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
parent = context.get('parent', UNDEFINED)
- len = context.get('len', UNDEFINED)
- generate_rss = context.get('generate_rss', UNDEFINED)
+ _link = context.get('_link', UNDEFINED)
translations = context.get('translations', UNDEFINED)
- tag = context.get('tag', UNDEFINED)
- kind = context.get('kind', UNDEFINED)
def extra_head():
return render_extra_head(context)
- _link = context.get('_link', UNDEFINED)
+ tag = context.get('tag', UNDEFINED)
+ kind = context.get('kind', UNDEFINED)
+ len = context.get('len', UNDEFINED)
+ generate_rss = context.get('generate_rss', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n ')
__M_writer(str(parent.extra_head()))
@@ -104,20 +104,20 @@ def render_extra_head(context,**pageargs):
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
- len = context.get('len', UNDEFINED)
- generate_rss = context.get('generate_rss', UNDEFINED)
- translations = context.get('translations', UNDEFINED)
- description = context.get('description', UNDEFINED)
- tag = context.get('tag', UNDEFINED)
- kind = context.get('kind', UNDEFINED)
- def content():
- return render_content(context)
- title = context.get('title', UNDEFINED)
- posts = context.get('posts', UNDEFINED)
- date_format = context.get('date_format', UNDEFINED)
subcategories = context.get('subcategories', UNDEFINED)
messages = context.get('messages', UNDEFINED)
_link = context.get('_link', UNDEFINED)
+ title = context.get('title', UNDEFINED)
+ translations = context.get('translations', UNDEFINED)
+ tag = context.get('tag', UNDEFINED)
+ kind = context.get('kind', UNDEFINED)
+ posts = context.get('posts', UNDEFINED)
+ len = context.get('len', UNDEFINED)
+ def content():
+ return render_content(context)
+ description = context.get('description', UNDEFINED)
+ generate_rss = context.get('generate_rss', UNDEFINED)
+ date_format = context.get('date_format', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n\n \n ')
__M_writer(filters.html_escape(str(title)))
@@ -179,6 +179,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
-{"line_map": {"128": 21, "129": 23, "130": 24, "131": 24, "132": 24, "133": 26, "134": 27, "135": 27, "136": 27, "137": 27, "138": 27, "139": 29, "140": 31, "141": 32, "142": 33, "143": 34, "144": 35, "145": 35, "146": 35, "147": 35, "148": 35, "149": 35, "150": 35, "151": 35, "152": 38, "153": 39, "26": 0, "155": 39, "156": 39, "154": 39, "158": 41, "159": 43, "160": 44, "161": 45, "162": 46, "163": 46, "164": 46, "165": 46, "166": 46, "167": 46, "168": 46, "169": 46, "170": 46, "171": 46, "172": 46, "173": 48, "174": 50, "157": 39, "48": 2, "180": 174, "53": 13, "58": 51, "64": 4, "77": 4, "78": 5, "79": 5, "80": 6, "81": 7, "82": 8, "83": 8, "84": 8, "85": 8, "86": 8, "87": 8, "88": 8, "89": 8, "90": 8, "91": 10, "92": 11, "93": 11, "94": 11, "95": 11, "96": 11, "97": 11, "98": 11, "104": 16, "122": 16, "123": 19, "124": 19, "125": 20, "126": 21, "127": 21}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/tag.tmpl", "uri": "tag.tmpl"}
+{"line_map": {"128": 21, "129": 23, "130": 24, "131": 24, "132": 24, "133": 26, "134": 27, "135": 27, "136": 27, "137": 27, "138": 27, "139": 29, "140": 31, "141": 32, "142": 33, "143": 34, "144": 35, "145": 35, "146": 35, "147": 35, "148": 35, "149": 35, "150": 35, "151": 35, "152": 38, "153": 39, "26": 0, "155": 39, "156": 39, "154": 39, "158": 41, "159": 43, "160": 44, "161": 45, "162": 46, "163": 46, "164": 46, "165": 46, "166": 46, "167": 46, "168": 46, "169": 46, "170": 46, "171": 46, "172": 46, "173": 48, "174": 50, "157": 39, "48": 2, "180": 174, "53": 13, "58": 51, "64": 4, "77": 4, "78": 5, "79": 5, "80": 6, "81": 7, "82": 8, "83": 8, "84": 8, "85": 8, "86": 8, "87": 8, "88": 8, "89": 8, "90": 8, "91": 10, "92": 11, "93": 11, "94": 11, "95": 11, "96": 11, "97": 11, "98": 11, "104": 16, "122": 16, "123": 19, "124": 19, "125": 20, "126": 21, "127": 21}, "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/tag.tmpl", "uri": "tag.tmpl", "source_encoding": "utf-8"}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/tags.tmpl.py b/cache/.mako.tmp/tags.tmpl.py
index 69f5c247..64fb64af 100644
--- a/cache/.mako.tmp/tags.tmpl.py
+++ b/cache/.mako.tmp/tags.tmpl.py
@@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
-_modified_time = 1434020407.5937843
+_modified_time = 1434024007.6480556
_enable_loop = True
_template_filename = 'themes/bootstrap/templates/tags.tmpl'
_template_uri = 'tags.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)
+ messages = context.get('messages', UNDEFINED)
items = context.get('items', UNDEFINED)
- cat_items = context.get('cat_items', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
- messages = context.get('messages', UNDEFINED)
title = context.get('title', UNDEFINED)
+ cat_items = context.get('cat_items', 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:
+ messages = context.get('messages', UNDEFINED)
items = context.get('items', UNDEFINED)
- cat_items = context.get('cat_items', UNDEFINED)
def content():
return render_content(context)
- messages = context.get('messages', UNDEFINED)
title = context.get('title', UNDEFINED)
+ cat_items = context.get('cat_items', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
__M_writer(str(title))
@@ -90,6 +90,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
-{"line_map": {"64": 7, "65": 9, "66": 10, "67": 11, "68": 11, "69": 11, "70": 11, "71": 11, "72": 14, "73": 15, "74": 16, "75": 16, "76": 16, "77": 19, "78": 20, "79": 21, "80": 22, "81": 22, "82": 22, "83": 22, "84": 22, "85": 24, "26": 0, "91": 85, "37": 2, "42": 26, "48": 4, "58": 4, "59": 5, "60": 5, "61": 6, "62": 7, "63": 7}, "source_encoding": "utf-8", "filename": "themes/bootstrap/templates/tags.tmpl", "uri": "tags.tmpl"}
+{"line_map": {"64": 7, "65": 9, "66": 10, "67": 11, "68": 11, "69": 11, "70": 11, "71": 11, "72": 14, "73": 15, "74": 16, "75": 16, "76": 16, "77": 19, "78": 20, "79": 21, "80": 22, "81": 22, "82": 22, "83": 22, "84": 22, "85": 24, "26": 0, "91": 85, "37": 2, "42": 26, "48": 4, "58": 4, "59": 5, "60": 5, "61": 6, "62": 7, "63": 7}, "filename": "themes/bootstrap/templates/tags.tmpl", "uri": "tags.tmpl", "source_encoding": "utf-8"}
__M_END_METADATA
"""
diff --git a/cache/lastdeploy b/cache/lastdeploy
index 0ec81745..df88fbb7 100644
--- a/cache/lastdeploy
+++ b/cache/lastdeploy
@@ -1 +1 @@
-2015-06-11T11:00:11.373510
\ No newline at end of file
+2015-06-11T12:00:10.971755
\ No newline at end of file
')
__M_writer(str(title))
@@ -85,6 +85,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
-{"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}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list_post.tmpl", "uri": "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}, "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list_post.tmpl", "uri": "list_post.tmpl", "source_encoding": "utf-8"}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/listing.tmpl.py b/cache/.mako.tmp/listing.tmpl.py
index 9d09abbe..d864261c 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 = 1434020407.3984013
+_modified_time = 1434024007.4499018
_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'])
- def sourcelink():
- return render_sourcelink(context._locals(__M_locals))
- code = _import_ns.get('code', context.get('code', UNDEFINED))
- files = _import_ns.get('files', context.get('files', UNDEFINED))
- ui = _mako_get_namespace(context, 'ui')
- def content():
- return render_content(context._locals(__M_locals))
- 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))
folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
+ def sourcelink():
+ return render_sourcelink(context._locals(__M_locals))
+ ui = _mako_get_namespace(context, 'ui')
+ 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 content():
+ return render_content(context._locals(__M_locals))
__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'])
+ folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
+ ui = _mako_get_namespace(context, 'ui')
+ 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')
def content():
return render_content(context)
- crumbs = _import_ns.get('crumbs', context.get('crumbs', UNDEFINED))
- folders = _import_ns.get('folders', context.get('folders', 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
-{"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}, "source_encoding": "utf-8", "filename": "themes/bootstrap3/templates/listing.tmpl", "uri": "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}, "filename": "themes/bootstrap3/templates/listing.tmpl", "uri": "listing.tmpl", "source_encoding": "utf-8"}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/post.tmpl.py b/cache/.mako.tmp/post.tmpl.py
index 6c922ae5..a5adc7b8 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 = 1434020407.4725769
+_modified_time = 1434024007.5246513
_enable_loop = True
_template_filename = 'themes/bootstrap/templates/post.tmpl'
_template_uri = 'post.tmpl'
@@ -19,15 +19,15 @@ def _mako_get_namespace(context, name):
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
+ ns = runtime.TemplateNamespace('pheader', context._clean_inheritance_tokens(), templateuri='post_header.tmpl', callables=None, calling_uri=_template_uri)
+ context.namespaces[(__name__, 'pheader')] = ns
+
ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='post_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'helper')] = ns
ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'comments')] = ns
- ns = runtime.TemplateNamespace('pheader', context._clean_inheritance_tokens(), templateuri='post_header.tmpl', callables=None, calling_uri=_template_uri)
- context.namespaces[(__name__, 'pheader')] = ns
-
def _mako_inherit(template, context):
_mako_generate_namespaces(context)
return runtime._inherit_from(context, 'base.tmpl', _template_uri)
@@ -35,20 +35,20 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
- parent = context.get('parent', UNDEFINED)
- show_sourcelink = context.get('show_sourcelink', UNDEFINED)
pheader = _mako_get_namespace(context, 'pheader')
- comments = _mako_get_namespace(context, 'comments')
- site_has_comments = context.get('site_has_comments', UNDEFINED)
- def content():
- return render_content(context._locals(__M_locals))
helper = _mako_get_namespace(context, 'helper')
- def extra_head():
- return render_extra_head(context._locals(__M_locals))
- post = context.get('post', UNDEFINED)
+ parent = context.get('parent', UNDEFINED)
messages = context.get('messages', UNDEFINED)
+ comments = _mako_get_namespace(context, 'comments')
def sourcelink():
return render_sourcelink(context._locals(__M_locals))
+ def extra_head():
+ return render_extra_head(context._locals(__M_locals))
+ show_sourcelink = context.get('show_sourcelink', UNDEFINED)
+ site_has_comments = context.get('site_has_comments', UNDEFINED)
+ post = context.get('post', UNDEFINED)
+ def content():
+ return render_content(context._locals(__M_locals))
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
@@ -77,10 +77,10 @@ def render_body(context,**pageargs):
def render_extra_head(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
- parent = context.get('parent', UNDEFINED)
- helper = _mako_get_namespace(context, 'helper')
def extra_head():
return render_extra_head(context)
+ helper = _mako_get_namespace(context, 'helper')
+ parent = context.get('parent', UNDEFINED)
post = context.get('post', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n ')
@@ -124,14 +124,14 @@ def render_extra_head(context,**pageargs):
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
+ pheader = _mako_get_namespace(context, 'pheader')
+ helper = _mako_get_namespace(context, 'helper')
+ messages = context.get('messages', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
+ post = context.get('post', UNDEFINED)
+ comments = _mako_get_namespace(context, 'comments')
def content():
return render_content(context)
- pheader = _mako_get_namespace(context, 'pheader')
- comments = _mako_get_namespace(context, 'comments')
- helper = _mako_get_namespace(context, 'helper')
- post = context.get('post', UNDEFINED)
- messages = context.get('messages', 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_post_header(context):
__M_caller = context.caller_stack._push_frame()
try:
- def html_sourcelink():
- return render_html_sourcelink(context)
+ messages = context.get('messages', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
site_has_comments = context.get('site_has_comments', UNDEFINED)
+ post = context.get('post', UNDEFINED)
def html_title():
return render_html_title(context)
- date_format = context.get('date_format', UNDEFINED)
- post = context.get('post', UNDEFINED)
- messages = context.get('messages', UNDEFINED)
+ def html_sourcelink():
+ return render_html_sourcelink(context)
def html_translations(post):
return render_html_translations(context,post)
+ date_format = context.get('date_format', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n \n ')
__M_writer(str(html_title()))
@@ -131,12 +112,31 @@ def render_html_post_header(context):
context.caller_stack._pop_frame()
+def render_html_sourcelink(context):
+ __M_caller = context.caller_stack._push_frame()
+ try:
+ post = context.get('post', UNDEFINED)
+ messages = context.get('messages', UNDEFINED)
+ show_sourcelink = context.get('show_sourcelink', UNDEFINED)
+ __M_writer = context.writer()
+ __M_writer('\n')
+ if show_sourcelink:
+ __M_writer(' ')
+ __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:
- len = context.get('len', UNDEFINED)
- lang = context.get('lang', UNDEFINED)
messages = context.get('messages', UNDEFINED)
+ lang = context.get('lang', UNDEFINED)
+ len = context.get('len', UNDEFINED)
translations = context.get('translations', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
@@ -161,6 +161,6 @@ def render_html_translations(context,post):
"""
__M_BEGIN_METADATA
-{"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": 2, "151": 17, "152": 17, "25": 3, "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}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_header.tmpl", "uri": "post_header.tmpl"}
+{"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": 2, "151": 17, "152": 17, "25": 3, "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", "source_encoding": "utf-8"}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/post_helper.tmpl.py b/cache/.mako.tmp/post_helper.tmpl.py
index 513e6a3a..38495c30 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 = 1434020407.504063
+_modified_time = 1434024007.5571609
_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 = ['meta_translations', 'html_pager', 'html_tags', 'open_graph_metadata', 'twitter_card_information', 'mathjax_script']
+_exports = ['html_pager', 'mathjax_script', 'open_graph_metadata', 'meta_translations', 'twitter_card_information', 'html_tags']
def render_body(context,**pageargs):
@@ -29,27 +29,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
-def render_meta_translations(context,post):
- __M_caller = context.caller_stack._push_frame()
- try:
- len = context.get('len', UNDEFINED)
- lang = context.get('lang', UNDEFINED)
- translations = context.get('translations', UNDEFINED)
- __M_writer = context.writer()
- __M_writer('\n')
- if len(translations) > 1:
- for langname in translations.keys():
- if langname != lang and post.is_translation_available(langname):
- __M_writer(' \n')
- return ''
- finally:
- context.caller_stack._pop_frame()
-
-
def render_html_pager(context,post):
__M_caller = context.caller_stack._push_frame()
try:
@@ -80,23 +59,13 @@ def render_html_pager(context,post):
context.caller_stack._pop_frame()
-def render_html_tags(context,post):
+def render_mathjax_script(context,post):
__M_caller = context.caller_stack._push_frame()
try:
- hidden_tags = context.get('hidden_tags', UNDEFINED)
- _link = context.get('_link', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
- if post.tags:
- __M_writer(' \n')
+ if post.is_mathjax:
+ __M_writer(' \n \n')
return ''
finally:
context.caller_stack._pop_frame()
@@ -105,13 +74,13 @@ def render_html_tags(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)
+ url_replacer = context.get('url_replacer', UNDEFINED)
abs_link = context.get('abs_link', UNDEFINED)
use_open_graph = context.get('use_open_graph', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
- lang = context.get('lang', UNDEFINED)
blog_title = context.get('blog_title', UNDEFINED)
- url_replacer = context.get('url_replacer', UNDEFINED)
+ striphtml = context.get('striphtml', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if use_open_graph:
@@ -149,6 +118,27 @@ def render_open_graph_metadata(context,post):
context.caller_stack._pop_frame()
+def render_meta_translations(context,post):
+ __M_caller = context.caller_stack._push_frame()
+ try:
+ 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:
+ for langname in translations.keys():
+ if langname != lang and post.is_translation_available(langname):
+ __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:
@@ -180,13 +170,23 @@ def render_twitter_card_information(context,post):
context.caller_stack._pop_frame()
-def render_mathjax_script(context,post):
+def render_html_tags(context,post):
__M_caller = context.caller_stack._push_frame()
try:
+ hidden_tags = context.get('hidden_tags', UNDEFINED)
+ _link = context.get('_link', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
- if post.is_mathjax:
- __M_writer(' \n \n')
+ if post.tags:
+ __M_writer(' \n')
return ''
finally:
context.caller_stack._pop_frame()
@@ -194,6 +194,6 @@ def render_mathjax_script(context,post):
"""
__M_BEGIN_METADATA
-{"line_map": {"15": 0, "20": 2, "21": 11, "22": 23, "23": 40, "24": 69, "25": 85, "26": 93, "32": 3, "39": 3, "40": 4, "41": 5, "42": 6, "43": 7, "44": 7, "45": 7, "46": 7, "47": 7, "53": 25, "58": 25, "59": 26, "60": 27, "61": 28, "62": 29, "63": 30, "64": 30, "65": 30, "66": 30, "67": 30, "68": 30, "69": 33, "70": 34, "71": 35, "72": 35, "73": 35, "74": 35, "75": 35, "76": 35, "77": 38, "83": 13, "89": 13, "90": 14, "91": 15, "92": 16, "93": 17, "94": 18, "95": 18, "96": 18, "97": 18, "98": 18, "99": 21, "105": 42, "116": 42, "117": 43, "118": 44, "119": 44, "120": 44, "121": 45, "122": 45, "123": 46, "124": 46, "125": 47, "126": 48, "127": 48, "128": 48, "129": 49, "130": 50, "131": 50, "132": 50, "133": 52, "134": 53, "135": 53, "136": 53, "137": 55, "138": 60, "139": 61, "140": 61, "141": 61, "142": 63, "143": 64, "144": 65, "145": 65, "146": 65, "152": 71, "157": 71, "158": 72, "159": 73, "160": 73, "161": 73, "162": 74, "163": 75, "164": 75, "165": 75, "166": 76, "167": 77, "168": 77, "169": 77, "170": 79, "171": 80, "172": 80, "173": 80, "174": 81, "175": 82, "176": 82, "177": 82, "183": 87, "187": 87, "188": 88, "189": 89, "195": 189}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_helper.tmpl", "uri": "post_helper.tmpl"}
+{"line_map": {"15": 0, "20": 2, "21": 11, "22": 23, "23": 40, "24": 69, "25": 85, "26": 93, "32": 25, "37": 25, "38": 26, "39": 27, "40": 28, "41": 29, "42": 30, "43": 30, "44": 30, "45": 30, "46": 30, "47": 30, "48": 33, "49": 34, "50": 35, "51": 35, "52": 35, "53": 35, "54": 35, "55": 35, "56": 38, "62": 87, "66": 87, "67": 88, "68": 89, "74": 42, "85": 42, "86": 43, "87": 44, "88": 44, "89": 44, "90": 45, "91": 45, "92": 46, "93": 46, "94": 47, "95": 48, "96": 48, "97": 48, "98": 49, "99": 50, "100": 50, "101": 50, "102": 52, "103": 53, "104": 53, "105": 53, "106": 55, "107": 60, "108": 61, "109": 61, "110": 61, "111": 63, "112": 64, "113": 65, "114": 65, "115": 65, "121": 3, "128": 3, "129": 4, "130": 5, "131": 6, "132": 7, "133": 7, "134": 7, "135": 7, "136": 7, "142": 71, "147": 71, "148": 72, "149": 73, "150": 73, "151": 73, "152": 74, "153": 75, "154": 75, "155": 75, "156": 76, "157": 77, "158": 77, "159": 77, "160": 79, "161": 80, "162": 80, "163": 80, "164": 81, "165": 82, "166": 82, "167": 82, "173": 13, "179": 13, "180": 14, "181": 15, "182": 16, "183": 17, "184": 18, "185": 18, "186": 18, "187": 18, "188": 18, "189": 21, "195": 189}, "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_helper.tmpl", "uri": "post_helper.tmpl", "source_encoding": "utf-8"}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/story.tmpl.py b/cache/.mako.tmp/story.tmpl.py
index ffaef81d..410980aa 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 = 1434020407.5595224
+_modified_time = 1434024007.6137218
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/story.tmpl'
_template_uri = 'story.tmpl'
@@ -19,15 +19,15 @@ def _mako_get_namespace(context, name):
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
+ ns = runtime.TemplateNamespace('pheader', context._clean_inheritance_tokens(), templateuri='post_header.tmpl', callables=None, calling_uri=_template_uri)
+ context.namespaces[(__name__, 'pheader')] = ns
+
ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='post_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'helper')] = ns
ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'comments')] = ns
- ns = runtime.TemplateNamespace('pheader', context._clean_inheritance_tokens(), templateuri='post_header.tmpl', callables=None, calling_uri=_template_uri)
- context.namespaces[(__name__, 'pheader')] = ns
-
def _mako_inherit(template, context):
_mako_generate_namespaces(context)
return runtime._inherit_from(context, 'post.tmpl', _template_uri)
@@ -36,14 +36,14 @@ def render_body(context,**pageargs):
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
pheader = _mako_get_namespace(context, 'pheader')
+ helper = _mako_get_namespace(context, 'helper')
+ messages = context.get('messages', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
enable_comments = context.get('enable_comments', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
+ post = context.get('post', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
- helper = _mako_get_namespace(context, 'helper')
- post = context.get('post', UNDEFINED)
- messages = context.get('messages', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
@@ -63,14 +63,14 @@ def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
pheader = _mako_get_namespace(context, 'pheader')
+ helper = _mako_get_namespace(context, 'helper')
+ messages = context.get('messages', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
enable_comments = context.get('enable_comments', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
+ post = context.get('post', UNDEFINED)
def content():
return render_content(context)
- helper = _mako_get_namespace(context, 'helper')
- post = context.get('post', UNDEFINED)
- messages = context.get('messages', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n\n \n ')
__M_writer(str(pheader.html_title()))
@@ -95,6 +95,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
-{"line_map": {"86": 19, "75": 7, "76": 10, "77": 10, "78": 11, "79": 11, "80": 14, "81": 14, "82": 16, "83": 17, "84": 18, "85": 18, "22": 2, "87": 19, "88": 22, "25": 4, "90": 22, "28": 3, "96": 90, "34": 0, "48": 2, "49": 3, "50": 4, "51": 5, "89": 22, "56": 24, "62": 7}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/story.tmpl", "uri": "story.tmpl"}
+{"line_map": {"86": 19, "75": 7, "76": 10, "77": 10, "78": 11, "79": 11, "80": 14, "81": 14, "82": 16, "83": 17, "84": 18, "85": 18, "22": 3, "87": 19, "88": 22, "25": 2, "90": 22, "28": 4, "96": 90, "34": 0, "48": 2, "49": 3, "50": 4, "51": 5, "89": 22, "56": 24, "62": 7}, "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/story.tmpl", "uri": "story.tmpl", "source_encoding": "utf-8"}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/tag.tmpl.py b/cache/.mako.tmp/tag.tmpl.py
index d9b0ffdb..69ed987c 100644
--- a/cache/.mako.tmp/tag.tmpl.py
+++ b/cache/.mako.tmp/tag.tmpl.py
@@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
-_modified_time = 1434020407.6144876
+_modified_time = 1434024007.6680367
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/tag.tmpl'
_template_uri = 'tag.tmpl'
@@ -27,23 +27,23 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
- parent = context.get('parent', UNDEFINED)
- len = context.get('len', UNDEFINED)
- generate_rss = context.get('generate_rss', UNDEFINED)
- translations = context.get('translations', UNDEFINED)
- tag = context.get('tag', UNDEFINED)
- description = context.get('description', UNDEFINED)
- kind = context.get('kind', UNDEFINED)
- def content():
- return render_content(context._locals(__M_locals))
- title = context.get('title', UNDEFINED)
- posts = context.get('posts', UNDEFINED)
- def extra_head():
- return render_extra_head(context._locals(__M_locals))
- date_format = context.get('date_format', UNDEFINED)
subcategories = context.get('subcategories', UNDEFINED)
+ parent = context.get('parent', UNDEFINED)
messages = context.get('messages', UNDEFINED)
_link = context.get('_link', UNDEFINED)
+ translations = context.get('translations', UNDEFINED)
+ title = context.get('title', UNDEFINED)
+ def extra_head():
+ return render_extra_head(context._locals(__M_locals))
+ tag = context.get('tag', UNDEFINED)
+ kind = context.get('kind', UNDEFINED)
+ posts = context.get('posts', UNDEFINED)
+ len = context.get('len', UNDEFINED)
+ def content():
+ return render_content(context._locals(__M_locals))
+ description = context.get('description', UNDEFINED)
+ generate_rss = context.get('generate_rss', 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'], 'extra_head'):
@@ -65,14 +65,14 @@ def render_extra_head(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
parent = context.get('parent', UNDEFINED)
- len = context.get('len', UNDEFINED)
- generate_rss = context.get('generate_rss', UNDEFINED)
+ _link = context.get('_link', UNDEFINED)
translations = context.get('translations', UNDEFINED)
- tag = context.get('tag', UNDEFINED)
- kind = context.get('kind', UNDEFINED)
def extra_head():
return render_extra_head(context)
- _link = context.get('_link', UNDEFINED)
+ tag = context.get('tag', UNDEFINED)
+ kind = context.get('kind', UNDEFINED)
+ len = context.get('len', UNDEFINED)
+ generate_rss = context.get('generate_rss', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n ')
__M_writer(str(parent.extra_head()))
@@ -104,20 +104,20 @@ def render_extra_head(context,**pageargs):
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
- len = context.get('len', UNDEFINED)
- generate_rss = context.get('generate_rss', UNDEFINED)
- translations = context.get('translations', UNDEFINED)
- description = context.get('description', UNDEFINED)
- tag = context.get('tag', UNDEFINED)
- kind = context.get('kind', UNDEFINED)
- def content():
- return render_content(context)
- title = context.get('title', UNDEFINED)
- posts = context.get('posts', UNDEFINED)
- date_format = context.get('date_format', UNDEFINED)
subcategories = context.get('subcategories', UNDEFINED)
messages = context.get('messages', UNDEFINED)
_link = context.get('_link', UNDEFINED)
+ title = context.get('title', UNDEFINED)
+ translations = context.get('translations', UNDEFINED)
+ tag = context.get('tag', UNDEFINED)
+ kind = context.get('kind', UNDEFINED)
+ posts = context.get('posts', UNDEFINED)
+ len = context.get('len', UNDEFINED)
+ def content():
+ return render_content(context)
+ description = context.get('description', UNDEFINED)
+ generate_rss = context.get('generate_rss', UNDEFINED)
+ date_format = context.get('date_format', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n\n \n ')
__M_writer(filters.html_escape(str(title)))
@@ -179,6 +179,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
-{"line_map": {"128": 21, "129": 23, "130": 24, "131": 24, "132": 24, "133": 26, "134": 27, "135": 27, "136": 27, "137": 27, "138": 27, "139": 29, "140": 31, "141": 32, "142": 33, "143": 34, "144": 35, "145": 35, "146": 35, "147": 35, "148": 35, "149": 35, "150": 35, "151": 35, "152": 38, "153": 39, "26": 0, "155": 39, "156": 39, "154": 39, "158": 41, "159": 43, "160": 44, "161": 45, "162": 46, "163": 46, "164": 46, "165": 46, "166": 46, "167": 46, "168": 46, "169": 46, "170": 46, "171": 46, "172": 46, "173": 48, "174": 50, "157": 39, "48": 2, "180": 174, "53": 13, "58": 51, "64": 4, "77": 4, "78": 5, "79": 5, "80": 6, "81": 7, "82": 8, "83": 8, "84": 8, "85": 8, "86": 8, "87": 8, "88": 8, "89": 8, "90": 8, "91": 10, "92": 11, "93": 11, "94": 11, "95": 11, "96": 11, "97": 11, "98": 11, "104": 16, "122": 16, "123": 19, "124": 19, "125": 20, "126": 21, "127": 21}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/tag.tmpl", "uri": "tag.tmpl"}
+{"line_map": {"128": 21, "129": 23, "130": 24, "131": 24, "132": 24, "133": 26, "134": 27, "135": 27, "136": 27, "137": 27, "138": 27, "139": 29, "140": 31, "141": 32, "142": 33, "143": 34, "144": 35, "145": 35, "146": 35, "147": 35, "148": 35, "149": 35, "150": 35, "151": 35, "152": 38, "153": 39, "26": 0, "155": 39, "156": 39, "154": 39, "158": 41, "159": 43, "160": 44, "161": 45, "162": 46, "163": 46, "164": 46, "165": 46, "166": 46, "167": 46, "168": 46, "169": 46, "170": 46, "171": 46, "172": 46, "173": 48, "174": 50, "157": 39, "48": 2, "180": 174, "53": 13, "58": 51, "64": 4, "77": 4, "78": 5, "79": 5, "80": 6, "81": 7, "82": 8, "83": 8, "84": 8, "85": 8, "86": 8, "87": 8, "88": 8, "89": 8, "90": 8, "91": 10, "92": 11, "93": 11, "94": 11, "95": 11, "96": 11, "97": 11, "98": 11, "104": 16, "122": 16, "123": 19, "124": 19, "125": 20, "126": 21, "127": 21}, "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/tag.tmpl", "uri": "tag.tmpl", "source_encoding": "utf-8"}
__M_END_METADATA
"""
diff --git a/cache/.mako.tmp/tags.tmpl.py b/cache/.mako.tmp/tags.tmpl.py
index 69f5c247..64fb64af 100644
--- a/cache/.mako.tmp/tags.tmpl.py
+++ b/cache/.mako.tmp/tags.tmpl.py
@@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
-_modified_time = 1434020407.5937843
+_modified_time = 1434024007.6480556
_enable_loop = True
_template_filename = 'themes/bootstrap/templates/tags.tmpl'
_template_uri = 'tags.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)
+ messages = context.get('messages', UNDEFINED)
items = context.get('items', UNDEFINED)
- cat_items = context.get('cat_items', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
- messages = context.get('messages', UNDEFINED)
title = context.get('title', UNDEFINED)
+ cat_items = context.get('cat_items', 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:
+ messages = context.get('messages', UNDEFINED)
items = context.get('items', UNDEFINED)
- cat_items = context.get('cat_items', UNDEFINED)
def content():
return render_content(context)
- messages = context.get('messages', UNDEFINED)
title = context.get('title', UNDEFINED)
+ cat_items = context.get('cat_items', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
__M_writer(str(title))
@@ -90,6 +90,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
-{"line_map": {"64": 7, "65": 9, "66": 10, "67": 11, "68": 11, "69": 11, "70": 11, "71": 11, "72": 14, "73": 15, "74": 16, "75": 16, "76": 16, "77": 19, "78": 20, "79": 21, "80": 22, "81": 22, "82": 22, "83": 22, "84": 22, "85": 24, "26": 0, "91": 85, "37": 2, "42": 26, "48": 4, "58": 4, "59": 5, "60": 5, "61": 6, "62": 7, "63": 7}, "source_encoding": "utf-8", "filename": "themes/bootstrap/templates/tags.tmpl", "uri": "tags.tmpl"}
+{"line_map": {"64": 7, "65": 9, "66": 10, "67": 11, "68": 11, "69": 11, "70": 11, "71": 11, "72": 14, "73": 15, "74": 16, "75": 16, "76": 16, "77": 19, "78": 20, "79": 21, "80": 22, "81": 22, "82": 22, "83": 22, "84": 22, "85": 24, "26": 0, "91": 85, "37": 2, "42": 26, "48": 4, "58": 4, "59": 5, "60": 5, "61": 6, "62": 7, "63": 7}, "filename": "themes/bootstrap/templates/tags.tmpl", "uri": "tags.tmpl", "source_encoding": "utf-8"}
__M_END_METADATA
"""
diff --git a/cache/lastdeploy b/cache/lastdeploy
index 0ec81745..df88fbb7 100644
--- a/cache/lastdeploy
+++ b/cache/lastdeploy
@@ -1 +1 @@
-2015-06-11T11:00:11.373510
\ No newline at end of file
+2015-06-11T12:00:10.971755
\ No newline at end of file
') + __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: - len = context.get('len', UNDEFINED) - lang = context.get('lang', UNDEFINED) messages = context.get('messages', UNDEFINED) + lang = context.get('lang', UNDEFINED) + len = context.get('len', UNDEFINED) translations = context.get('translations', UNDEFINED) __M_writer = context.writer() __M_writer('\n') @@ -161,6 +161,6 @@ def render_html_translations(context,post): """ __M_BEGIN_METADATA -{"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": 2, "151": 17, "152": 17, "25": 3, "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}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_header.tmpl", "uri": "post_header.tmpl"} +{"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": 2, "151": 17, "152": 17, "25": 3, "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", "source_encoding": "utf-8"} __M_END_METADATA """ diff --git a/cache/.mako.tmp/post_helper.tmpl.py b/cache/.mako.tmp/post_helper.tmpl.py index 513e6a3a..38495c30 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 = 1434020407.504063 +_modified_time = 1434024007.5571609 _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 = ['meta_translations', 'html_pager', 'html_tags', 'open_graph_metadata', 'twitter_card_information', 'mathjax_script'] +_exports = ['html_pager', 'mathjax_script', 'open_graph_metadata', 'meta_translations', 'twitter_card_information', 'html_tags'] def render_body(context,**pageargs): @@ -29,27 +29,6 @@ def render_body(context,**pageargs): context.caller_stack._pop_frame() -def render_meta_translations(context,post): - __M_caller = context.caller_stack._push_frame() - try: - len = context.get('len', UNDEFINED) - lang = context.get('lang', UNDEFINED) - translations = context.get('translations', UNDEFINED) - __M_writer = context.writer() - __M_writer('\n') - if len(translations) > 1: - for langname in translations.keys(): - if langname != lang and post.is_translation_available(langname): - __M_writer(' \n') - return '' - finally: - context.caller_stack._pop_frame() - - def render_html_pager(context,post): __M_caller = context.caller_stack._push_frame() try: @@ -80,23 +59,13 @@ def render_html_pager(context,post): context.caller_stack._pop_frame() -def render_html_tags(context,post): +def render_mathjax_script(context,post): __M_caller = context.caller_stack._push_frame() try: - hidden_tags = context.get('hidden_tags', UNDEFINED) - _link = context.get('_link', UNDEFINED) __M_writer = context.writer() __M_writer('\n') - if post.tags: - __M_writer(' \n') + if post.is_mathjax: + __M_writer(' \n \n') return '' finally: context.caller_stack._pop_frame() @@ -105,13 +74,13 @@ def render_html_tags(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) + url_replacer = context.get('url_replacer', UNDEFINED) abs_link = context.get('abs_link', UNDEFINED) use_open_graph = context.get('use_open_graph', UNDEFINED) permalink = context.get('permalink', UNDEFINED) - lang = context.get('lang', UNDEFINED) blog_title = context.get('blog_title', UNDEFINED) - url_replacer = context.get('url_replacer', UNDEFINED) + striphtml = context.get('striphtml', UNDEFINED) __M_writer = context.writer() __M_writer('\n') if use_open_graph: @@ -149,6 +118,27 @@ def render_open_graph_metadata(context,post): context.caller_stack._pop_frame() +def render_meta_translations(context,post): + __M_caller = context.caller_stack._push_frame() + try: + 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: + for langname in translations.keys(): + if langname != lang and post.is_translation_available(langname): + __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: @@ -180,13 +170,23 @@ def render_twitter_card_information(context,post): context.caller_stack._pop_frame() -def render_mathjax_script(context,post): +def render_html_tags(context,post): __M_caller = context.caller_stack._push_frame() try: + hidden_tags = context.get('hidden_tags', UNDEFINED) + _link = context.get('_link', UNDEFINED) __M_writer = context.writer() __M_writer('\n') - if post.is_mathjax: - __M_writer(' \n \n') + if post.tags: + __M_writer(' \n') return '' finally: context.caller_stack._pop_frame() @@ -194,6 +194,6 @@ def render_mathjax_script(context,post): """ __M_BEGIN_METADATA -{"line_map": {"15": 0, "20": 2, "21": 11, "22": 23, "23": 40, "24": 69, "25": 85, "26": 93, "32": 3, "39": 3, "40": 4, "41": 5, "42": 6, "43": 7, "44": 7, "45": 7, "46": 7, "47": 7, "53": 25, "58": 25, "59": 26, "60": 27, "61": 28, "62": 29, "63": 30, "64": 30, "65": 30, "66": 30, "67": 30, "68": 30, "69": 33, "70": 34, "71": 35, "72": 35, "73": 35, "74": 35, "75": 35, "76": 35, "77": 38, "83": 13, "89": 13, "90": 14, "91": 15, "92": 16, "93": 17, "94": 18, "95": 18, "96": 18, "97": 18, "98": 18, "99": 21, "105": 42, "116": 42, "117": 43, "118": 44, "119": 44, "120": 44, "121": 45, "122": 45, "123": 46, "124": 46, "125": 47, "126": 48, "127": 48, "128": 48, "129": 49, "130": 50, "131": 50, "132": 50, "133": 52, "134": 53, "135": 53, "136": 53, "137": 55, "138": 60, "139": 61, "140": 61, "141": 61, "142": 63, "143": 64, "144": 65, "145": 65, "146": 65, "152": 71, "157": 71, "158": 72, "159": 73, "160": 73, "161": 73, "162": 74, "163": 75, "164": 75, "165": 75, "166": 76, "167": 77, "168": 77, "169": 77, "170": 79, "171": 80, "172": 80, "173": 80, "174": 81, "175": 82, "176": 82, "177": 82, "183": 87, "187": 87, "188": 88, "189": 89, "195": 189}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_helper.tmpl", "uri": "post_helper.tmpl"} +{"line_map": {"15": 0, "20": 2, "21": 11, "22": 23, "23": 40, "24": 69, "25": 85, "26": 93, "32": 25, "37": 25, "38": 26, "39": 27, "40": 28, "41": 29, "42": 30, "43": 30, "44": 30, "45": 30, "46": 30, "47": 30, "48": 33, "49": 34, "50": 35, "51": 35, "52": 35, "53": 35, "54": 35, "55": 35, "56": 38, "62": 87, "66": 87, "67": 88, "68": 89, "74": 42, "85": 42, "86": 43, "87": 44, "88": 44, "89": 44, "90": 45, "91": 45, "92": 46, "93": 46, "94": 47, "95": 48, "96": 48, "97": 48, "98": 49, "99": 50, "100": 50, "101": 50, "102": 52, "103": 53, "104": 53, "105": 53, "106": 55, "107": 60, "108": 61, "109": 61, "110": 61, "111": 63, "112": 64, "113": 65, "114": 65, "115": 65, "121": 3, "128": 3, "129": 4, "130": 5, "131": 6, "132": 7, "133": 7, "134": 7, "135": 7, "136": 7, "142": 71, "147": 71, "148": 72, "149": 73, "150": 73, "151": 73, "152": 74, "153": 75, "154": 75, "155": 75, "156": 76, "157": 77, "158": 77, "159": 77, "160": 79, "161": 80, "162": 80, "163": 80, "164": 81, "165": 82, "166": 82, "167": 82, "173": 13, "179": 13, "180": 14, "181": 15, "182": 16, "183": 17, "184": 18, "185": 18, "186": 18, "187": 18, "188": 18, "189": 21, "195": 189}, "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_helper.tmpl", "uri": "post_helper.tmpl", "source_encoding": "utf-8"} __M_END_METADATA """ diff --git a/cache/.mako.tmp/story.tmpl.py b/cache/.mako.tmp/story.tmpl.py index ffaef81d..410980aa 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 = 1434020407.5595224 +_modified_time = 1434024007.6137218 _enable_loop = True _template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/story.tmpl' _template_uri = 'story.tmpl' @@ -19,15 +19,15 @@ def _mako_get_namespace(context, name): _mako_generate_namespaces(context) return context.namespaces[(__name__, name)] def _mako_generate_namespaces(context): + ns = runtime.TemplateNamespace('pheader', context._clean_inheritance_tokens(), templateuri='post_header.tmpl', callables=None, calling_uri=_template_uri) + context.namespaces[(__name__, 'pheader')] = ns + ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='post_helper.tmpl', callables=None, calling_uri=_template_uri) context.namespaces[(__name__, 'helper')] = ns ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri) context.namespaces[(__name__, 'comments')] = ns - ns = runtime.TemplateNamespace('pheader', context._clean_inheritance_tokens(), templateuri='post_header.tmpl', callables=None, calling_uri=_template_uri) - context.namespaces[(__name__, 'pheader')] = ns - def _mako_inherit(template, context): _mako_generate_namespaces(context) return runtime._inherit_from(context, 'post.tmpl', _template_uri) @@ -36,14 +36,14 @@ def render_body(context,**pageargs): try: __M_locals = __M_dict_builtin(pageargs=pageargs) pheader = _mako_get_namespace(context, 'pheader') + helper = _mako_get_namespace(context, 'helper') + messages = context.get('messages', UNDEFINED) comments = _mako_get_namespace(context, 'comments') enable_comments = context.get('enable_comments', UNDEFINED) site_has_comments = context.get('site_has_comments', UNDEFINED) + post = context.get('post', UNDEFINED) def content(): return render_content(context._locals(__M_locals)) - helper = _mako_get_namespace(context, 'helper') - post = context.get('post', UNDEFINED) - messages = context.get('messages', UNDEFINED) __M_writer = context.writer() __M_writer('\n') __M_writer('\n') @@ -63,14 +63,14 @@ def render_content(context,**pageargs): __M_caller = context.caller_stack._push_frame() try: pheader = _mako_get_namespace(context, 'pheader') + helper = _mako_get_namespace(context, 'helper') + messages = context.get('messages', UNDEFINED) comments = _mako_get_namespace(context, 'comments') enable_comments = context.get('enable_comments', UNDEFINED) site_has_comments = context.get('site_has_comments', UNDEFINED) + post = context.get('post', UNDEFINED) def content(): return render_content(context) - helper = _mako_get_namespace(context, 'helper') - post = context.get('post', UNDEFINED) - messages = context.get('messages', UNDEFINED) __M_writer = context.writer() __M_writer('\n