forked from reudnetz/website
add pagecontent to how-to to allow some pretext
This commit is contained in:
parent
4ceb340595
commit
7bdf2109a5
1 changed files with 2 additions and 5 deletions
|
@ -1,10 +1,7 @@
|
|||
{% extends "index.html" %}
|
||||
|
||||
{% block title %}
|
||||
<title>{{ page.title }} - {{ config.title }}</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 %}
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue