Files
house-of-vanity.github.io/templates/blog.html
2023-08-25 15:37:05 +03:00

7 lines
193 B
HTML

{% extends "index.html" %}
{% block main_content %}
{% set section = get_section(path="blog/_index.md") %}
{{ post_macros::list_title(blog=section.blog) }}
{% endblock main_content %}