Quick link to see original post (#132)
This commit is contained in:
parent
42c7b629cf
commit
d4ddea0712
@ -44,6 +44,10 @@
|
|||||||
<a href="{{ post.urls.action_delete }}">
|
<a href="{{ post.urls.action_delete }}">
|
||||||
<i class="fa-solid fa-trash"></i> Delete
|
<i class="fa-solid fa-trash"></i> Delete
|
||||||
</a>
|
</a>
|
||||||
|
{% elif not post.local and post.url %}
|
||||||
|
<a href="{{ post.url }}">
|
||||||
|
<i class="fa-solid fa-arrow-up-right-from-square"></i> See Original
|
||||||
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</menu>
|
</menu>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user