1
0
mirror of https://github.com/house-of-vanity/house-of-vanity.github.io.git synced 2026-05-07 06:49:56 +00:00
Files
house-of-vanity.github.io/templates/posts.html
T
2023-08-25 11:47:55 +03:00

6 lines
195 B
HTML

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