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