mirror of
https://github.com/house-of-vanity/house-of-vanity.github.io.git
synced 2025-07-07 08:44:07 +00:00
Zola init
This commit is contained in:
6
templates/posts.html
Normal file
6
templates/posts.html
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends "index.html" %}
|
||||
|
||||
{% block main_content %}
|
||||
{% set section = get_section(path="posts/_index.md") %}
|
||||
{{ post_macros::list_title(pages=section.pages) }}
|
||||
{% endblock main_content %}
|
Reference in New Issue
Block a user