{{ post.title }}{% if post.draft %} 🚧{% endif %}
Permalink {% if post.date %} {% if post.modified_date %} (Modified: {{ post.modified_date|format_date_plain }}){% endif %} {% endif %} {% set item_show_author = post.metadata.get('show_author') if post.metadata else none %} {% set effective_show_author = item_show_author if item_show_author is not none else show_author %} {% if effective_show_author %} {% set item_author = post.metadata.get('author') if post.metadata else none %} {% set effective_author = item_author if item_author else default_author %} {% if effective_author %} {% set item_author_url = post.metadata.get('author_url') if post.metadata else none %} {% set effective_author_url = item_author_url if item_author_url else default_author_url %} {% endif %} {% endif %} {% if with_read_time or with_gfi %}{{ backlinks_title }}
-
{% for backlink in backlinks %}
-
{{ backlink.snippet }}
{% endfor %}