More template markup tweak

This commit is contained in:
Thomas Sileo
2019-09-08 14:54:47 +02:00
parent a0a756d320
commit f8adf01678
6 changed files with 12 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
{% include "header.html" %}
<div id="notes">
<main id="notes">
{% for item in pinned %}
{% if item.meta.pinned %}
<p style="margin-left:65px;padding-bottom:5px;">
@@ -62,7 +62,7 @@
{% endfor %}
{{ utils.display_pagination(older_than, newer_than) }}
</div>
</main>
</div>
{% endblock %}