From 8147523c19d47c572e061af5b12cdeda041bf565 Mon Sep 17 00:00:00 2001 From: dichgrem Date: Thu, 28 Aug 2025 10:09:59 +0800 Subject: [PATCH] fix:page.html --- templates/page.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/page.html b/templates/page.html index 9dea4cc..26152ef 100644 --- a/templates/page.html +++ b/templates/page.html @@ -5,9 +5,10 @@ {%- endblock -%} {% block content %} -
+
{{ post_macros::header(page=page) }} {{ post_macros::content(page=page, summary=false, show_only_description=false) }} {{ post_macros::earlier_later(page=page) }}
{% endblock content %} +