fix
This commit is contained in:
parent
e4137cfed6
commit
6710ba2680
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@
|
|||
</ul>
|
||||
|
||||
<h5 class="post-title font-bold font-heading text-lg md:text-xl leading-normal 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">
|
||||
<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;">
|
||||
{{p.realtitle(v) | safe}}
|
||||
</a>
|
||||
</h5>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue