{{ section.title }} - {{ config.extra.author }}
{# TODO: make some kind of social media linking, i guess? #}
{#%- include "snippets/social.html" %#}
{%- endblock title -%}
{%- block main -%}
{{ posts::section_meta(section=section, author=config.extra.show_author) }}
{#- Skipping logic for cover as was in original Terminal theme -#}
{{ section.content | safe }}
{# TODO: Decide if any sort of commenting functionality is desired? #}
{#%- include "snippets/comments.html" -%#}
{%- endblock main -%}