feat: reorder links

This commit is contained in:
Silver Ghost 2022-10-25 11:49:27 +03:00
parent a78f7e72ed
commit 639773f00f
No known key found for this signature in database
2 changed files with 9 additions and 3 deletions

View File

@ -22,7 +22,9 @@
</p>
{% endif %}
<p class="post-meta">
<a href="{{ url.url }}">
{{ url.url }}
</a>
</p>
</div>
<!-- Divider-->

View File

@ -7,7 +7,9 @@
<div class="post-preview">
<div class="d-flex justify-content-between">
<div class="p-2">
<a href="{{ url.url }}"><h2 class="post-title">{{ url.title }}</h2></a>
<a href="{{ url.url }}">
<h2 class="post-title">{{ url.title }}</h2>
</a>
</div>
<div class="p-2">
<a href="/archive/{{ url.id }}"><span class="fa-solid fa-trash"></span></a>
@ -19,7 +21,9 @@
</p>
{% endif %}
<p class="post-meta">
<a href="{{ url.url }}">
{{ url.url }}
</a>
</p>
</div>
<!-- Divider-->