{% macro post_link(page) %}
{% set translations = page.translations | filter(attribute="lang", value=lang) -%} {%- if translations -%} {%- set post = get_page(path = translations.0.path) -%} {%- else -%} {%- set post = page -%} {%- set not_translated = true -%} {%- endif -%}

{{ post.title }}

{{ post.summary | safe }} read more » {%- if lang and not_translated and lang != config.default_language -%} {%- endif -%}
{% endmacro post_link %} {% macro post_link_edition_3(page) %}
{% set translations = page.translations | filter(attribute="lang", value=lang) -%} {%- if translations -%} {%- set post = get_page(path = translations.0.path) -%} {%- else -%} {%- set post = page -%} {%- set not_translated = true -%} {%- endif -%}

{{ post.title }}

{%- if post.extra.icon -%}{{post.extra.icon | safe}}{%- endif -%}
{{ post.summary | safe }} read more » {%- if lang and not_translated and lang != config.default_language -%} {%- endif -%}
{% endmacro post_link %} {% macro utterances() %} {% endmacro utterances %} {% macro utterances_edition_3() %} {% endmacro utterances_edition_3 %} {% macro toc(toc) %}
Table of Contents
{% endmacro toc %}