mirror of
https://github.com/house-of-vanity/house-of-vanity.github.io.git
synced 2025-07-07 08:44:07 +00:00
7 lines
193 B
HTML
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 %}
|