More template markup tweak
This commit is contained in:
parent
a0a756d320
commit
f8adf01678
6 changed files with 12 additions and 6 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue