## -*- coding: utf-8 -*- <%def name="html_head()"> ${title} | ${blog_title} ${mathjax_config} %if use_bundles: %if use_cdn: %else: %endif %else: ## where is this specified? ## %if has_custom_css: ## ## %endif %endif ## sorry about the typekit, thomas. it's pretty! %if rss_link: ${rss_link} %else: %for language in translations: %endfor %endif %if favicons: %for name, file, size in favicons: %endfor %endif <%def name="html_social()"> %if add_this_buttons:
Share
%endif <%def name="html_sidebar_links()"> %for url, text in sidebar_links[lang]: % if rel_link(permalink, url) == "#":
  • ${text} %else:
  • ${text} %endif %endfor <%def name="html_translations()"> %for langname in translations.keys(): %if langname != lang: ${messages("LANGUAGE", langname)} %endif %endfor