{% import "macros/post.html" as post_macros -%} {% block title %}{{ config.title }}{% endblock title %} {%- if config.compile_all_themes %} {%- endif %} {%- if config.markdown.highlight_code and config.markdown.highlight_theme == "css" %} {%- endif %} {%- block open_graph %} {%- if page %} {%- set og_title = page.title ~ " | " ~ config.title %} {%- set og_desc = page.description | default(value="") %} {%- set og_url = page.permalink %} {%- elif section %} {%- set og_title = section.title | default(value=config.title) %} {%- set og_desc = section.description | default(value="") %} {%- set og_url = section.permalink %} {%- else %} {%- set og_title = config.title %} {%- set og_desc = "" %} {%- set og_url = config.base_url %} {%- endif %} {%- if config.extra.default_og_image %} {%- endif %} {%- endblock open_graph %} {%- if config.extra.favicon %} {%- endif %} {%- if config.generate_feed %} {%- endif %} {%- block extra_head %}{% endblock extra_head %}
{% block content %}{% endblock content %}
{%- if config.compile_all_themes %} {%- endif %} {%- if config.extra.enable_md_fab %} {%- set_global fab_path = "/" %} {%- if page %}{% set_global fab_path = page.path %} {%- elif section %}{% set_global fab_path = section.path %}{% endif %} {%- set_global fab_excluded = false %} {%- if config.extra.md_fab_exclude %} {%- for exc in config.extra.md_fab_exclude %} {%- if fab_path == exc %}{% set_global fab_excluded = true %}{% endif %} {%- endfor %} {%- endif %} {%- if not fab_excluded %}
{%- endif %} {%- endif %} {%- if config.generate_search %} {%- endif %} {%- block extra_body %}{% endblock extra_body %}