From 7bdf2109a5f94d6ae9ada46787672108b1520fad Mon Sep 17 00:00:00 2001 From: amanita Date: Fri, 27 Oct 2023 18:04:23 +0200 Subject: [PATCH] add pagecontent to how-to to allow some pretext --- templates/how-to.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/templates/how-to.html b/templates/how-to.html index 3544210..744a929 100755 --- a/templates/how-to.html +++ b/templates/how-to.html @@ -1,10 +1,7 @@ -{% extends "index.html" %} - -{% block title %} - {{ page.title }} - {{ config.title }} -{% endblock title %} +{% extends "page.html" %} {% block content %} +{{ page.content | safe }} {% set anleitungen = get_section(path="how-to/_index.md") %} {% for page in anleitungen.pages %}