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 %}
<div>
<h1>{{ title }}</h1>
<a href="{{ link }}">{{ time }}</a>
<div>
{{ description }}
</div>
<div>
<a href="{{ link }}">{{ time }}</a>
</div>
</div>
{% endblock content %}