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