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 %}