{% 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 utterances() %} {% endmacro utterances %} {% macro toc(toc) %}
Table of Contents
{% endmacro toc %}