forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2022-01-02 17:35:16 -06:00
parent 371938c9b2
commit a08b9dfb65
1 changed files with 11 additions and 7 deletions

View File

@ -385,13 +385,17 @@
</div>
<!-- User Details -->
<div class="ml-3">
<a class="block font-heading font-bold text-lg md:text-xl text-black dark:text-gray-200 hover:text-primary" href="/@{{user[0].username}}">
{{user[0].username}}
</a>
{% if user[0].customtitle %}
<p class="text-sm" style="#{{user.namecolor}}">
{{user[0].customtitle | safe}}
</p>
{% if user[0]=='anton-d' %}
{{user[0]}}
{% else %}
<a class="block font-heading font-bold text-lg md:text-xl text-black dark:text-gray-200 hover:text-primary" href="/@{{user[0].username}}">
{{user[0].username}}
</a>
{% if user[0].customtitle %}
<p class="text-sm" style="#{{user.namecolor}}">
{{user[0].customtitle | safe}}
</p>
{% endif %}
{% endif %}
</div>
<div class="ml-auto mr-4 pl-3">