Make links accessible
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-12 19:08:20 -06:00
parent b51e43f431
commit 046274bda8
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
10 changed files with 24 additions and 23 deletions

View file

@ -11,7 +11,7 @@
<div class="figure">
<slot:img></slot:img>
</div>
<if condition="text != ''">
<if condition="text != '' && !$slots.text?.filled">
<p style="font-size: 200px; text-align: center; margin: 0; padding: 0;">{{text}}</p>
</if>
<markdown>