minor template corrections

This commit is contained in:
yggverse 2026-01-10 22:47:46 +02:00
parent 5570049588
commit 89cd7cb9cf
2 changed files with 3 additions and 5 deletions

View file

@ -5,7 +5,7 @@
<div>
<a name="{{ row.content_id }}"></a>
<h2><a href="{{ row.content_id }}">{{ row.title }}</a></h2>
{{ row.time }}
<p>{{ row.time }}</p>
</div>
{% endfor %}
{% else %}
@ -14,8 +14,6 @@
{% if next %}<a href="{{ next }}">Next</a>{% endif %}
{% if back %}<a href="{{ back }}">Back</a>{% endif %}
{% if total %}
<span>
Page {{ page }} / {{ pages }} ({{ total }} total)
</span>
<p>Page {{ page }} / {{ pages }} ({{ total }} total)</p>
{% endif %}
{% endblock content %}

View file

@ -2,7 +2,7 @@
{% block content %}
<div>
<h1>{{ name }}</h1>
<a href="{{ link }}">{{ time }}</a>
<p><a href="{{ link }}">{{ time }}</a></p>
<div>
{{ description | safe }}
</div>