add list items

This commit is contained in:
my 2026-01-29 14:16:17 +01:00
parent 01ae1d7e92
commit df17f48a3d

View file

@ -18,7 +18,7 @@
<p>Below a list of the publications on the server.</p> <p>Below a list of the publications on the server.</p>
<ul> <ul>
{% for pub in pubs %} {% for pub in pubs %}
<a href="{{ url_for('pdf',name=pub)}}">{{pub}}</a> <li><a href="{{ url_for('pdf',name=pub)}}">{{pub}}</a></li>
{% endfor %} {% endfor %}
</ul> </ul>
<iframe class="home_pad_iframe" src="{{ home_pad_url }}"></iframe> <iframe class="home_pad_iframe" src="{{ home_pad_url }}"></iframe>