fix
This commit is contained in:
parent
d9c44f8d7e
commit
56b292aa28
1 changed files with 60 additions and 58 deletions
|
@ -171,6 +171,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% if p.flair or p.over_18 or p.club or p.stickied or (p.is_pinned and request.path.startswith('/@')) or p.private or p.awards %}
|
||||||
<ul class="relative z-10 flex flex-wrap gap-2 items-center mb-1">
|
<ul class="relative z-10 flex flex-wrap gap-2 items-center mb-1">
|
||||||
<!-- Flair -->
|
<!-- Flair -->
|
||||||
{% if p.flair %}
|
{% if p.flair %}
|
||||||
|
@ -228,6 +229,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<h5 class="post-title font-medium text-lg md:text-xl leading-5 mb-2">
|
<h5 class="post-title font-medium text-lg md:text-xl leading-5 mb-2">
|
||||||
<a {% if v and v.newtab %}target="_blank"{% endif %} href="{{p.permalink}}" class="stretched-link text-black dark:text-gray-200 hover:text-primary visited:text-gray-700 dark:visited:text-gray-400 break-words" style="word-break: break-word;">
|
<a {% if v and v.newtab %}target="_blank"{% endif %} href="{{p.permalink}}" class="stretched-link text-black dark:text-gray-200 hover:text-primary visited:text-gray-700 dark:visited:text-gray-400 break-words" style="word-break: break-word;">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue