{% extends "page.html" %} {% block rdfa_type %}schema:BlogPosting{% endblock %} {% block meta_extra %} {% set authors_data = load_data(path="authors.json") -%} {% if authors_data[page.authors.0].fediverse %} {% endif %} {% endblock %} {% block content %} {% set blog_section = get_section(path="blog/_index.md") %} {% set post = page -%}