forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-18 18:00:22 -06:00
parent 85356fe1a5
commit 11c616811e
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@
</ul>
<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 hover:text-primary visited:text-gray-700 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;">
{{p.realtitle(v) | safe}}
</a>
</h5>