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

Fix webview

This commit is contained in:
2023-08-25 15:37:05 +03:00
parent 1dcfb5df08
commit 8af7a50f38
7 changed files with 318 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{% extends "index.html" %}
{% block main_content %}
{% set section = get_section(path="blog/_index.md") %}
{{ post_macros::list_title(blog=section.blog) }}
{% endblock main_content %}