Zola init

This commit is contained in:
2023-08-25 11:47:55 +03:00
commit bfe5a8b037
96 changed files with 6639 additions and 0 deletions

6
templates/posts.html Normal file
View 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 %}