1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

Fix the permalink

This commit is contained in:
Thomas Sileo
2018-07-15 21:33:59 +02:00
parent 5323995633
commit 3274289950

View File

@@ -61,8 +61,10 @@
<div class="bottom-bar">
{% if perma %}<span class="perma-item">{{ obj.published | format_time }}</span>
{% if not (obj.id | is_from_outbox) %}
<a class ="bar-item" href="{{ obj.url | get_url }}">permalink</a>
{% endif %}
{% if not obj.id | is_from_outbox %}
{% else %}
<a class ="bar-item" href="{{ obj.url | get_url }}">permalink</a>
{% endif %}