move subpages up2
This commit is contained in:
@@ -3,9 +3,6 @@
|
|||||||
|
|
||||||
<h1>{{post.title}}</h1>
|
<h1>{{post.title}}</h1>
|
||||||
{{post.date}}
|
{{post.date}}
|
||||||
|
|
||||||
{{ post.html|safe }}
|
|
||||||
|
|
||||||
{% if spi|length > 0 %}
|
{% if spi|length > 0 %}
|
||||||
<hr/>
|
<hr/>
|
||||||
<b id="up_head"> Unterseiten: </b>
|
<b id="up_head"> Unterseiten: </b>
|
||||||
@@ -21,6 +18,10 @@
|
|||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
{{ post.html|safe }}
|
||||||
|
|
||||||
|
|
||||||
{% if sp|length > 0 %}
|
{% if sp|length > 0 %}
|
||||||
<ul class="nav flex-column flex-sm-row" labeledby="inf_head">
|
<ul class="nav flex-column flex-sm-row" labeledby="inf_head">
|
||||||
{% for d in sp %}
|
{% for d in sp %}
|
||||||
|
|||||||
Reference in New Issue
Block a user