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" %}
|
{% extends "page.html" %}
|
||||||
|
|
||||||
{% block title %}
|
|
||||||
<title>{{ page.title }} - {{ config.title }}</title>
|
|
||||||
{% endblock title %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
{{ page.content | safe }}
|
||||||
{% set anleitungen = get_section(path="how-to/_index.md") %}
|
{% set anleitungen = get_section(path="how-to/_index.md") %}
|
||||||
{% for page in anleitungen.pages %}
|
{% for page in anleitungen.pages %}
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in a new issue