mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
minor template corrections
This commit is contained in:
parent
5570049588
commit
89cd7cb9cf
2 changed files with 3 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
<div>
|
<div>
|
||||||
<a name="{{ row.content_id }}"></a>
|
<a name="{{ row.content_id }}"></a>
|
||||||
<h2><a href="{{ row.content_id }}">{{ row.title }}</a></h2>
|
<h2><a href="{{ row.content_id }}">{{ row.title }}</a></h2>
|
||||||
{{ row.time }}
|
<p>{{ row.time }}</p>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
@ -14,8 +14,6 @@
|
||||||
{% if next %}<a href="{{ next }}">Next</a>{% endif %}
|
{% if next %}<a href="{{ next }}">Next</a>{% endif %}
|
||||||
{% if back %}<a href="{{ back }}">Back</a>{% endif %}
|
{% if back %}<a href="{{ back }}">Back</a>{% endif %}
|
||||||
{% if total %}
|
{% if total %}
|
||||||
<span>
|
<p>Page {{ page }} / {{ pages }} ({{ total }} total)</p>
|
||||||
Page {{ page }} / {{ pages }} ({{ total }} total)
|
|
||||||
</span>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div>
|
<div>
|
||||||
<h1>{{ name }}</h1>
|
<h1>{{ name }}</h1>
|
||||||
<a href="{{ link }}">{{ time }}</a>
|
<p><a href="{{ link }}">{{ time }}</a></p>
|
||||||
<div>
|
<div>
|
||||||
{{ description | safe }}
|
{{ description | safe }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue