reorder source link

This commit is contained in:
yggverse 2026-01-08 00:13:29 +02:00
parent 6818c14580
commit add90d66d7

View file

@ -2,11 +2,9 @@
{% block content %} {% block content %}
<div> <div>
<h1>{{ title }}</h1> <h1>{{ title }}</h1>
<a href="{{ link }}">{{ time }}</a>
<div> <div>
{{ description }} {{ description }}
</div> </div>
<div>
<a href="{{ link }}">{{ time }}</a>
</div>
</div> </div>
{% endblock content %} {% endblock content %}