Skip to content

Commit

Permalink
Tag hover behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
bookwyrm committed Jan 3, 2024
1 parent 75a2e8f commit 35fc006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-parts/content-post.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<?php if ( has_tag() ) : ?>
<span class="tags flex items-center sm:items-start space-x-2">
<svg class="size-4 fill-current flex-none sm:mt-1" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M48.72 9.76v0c.77-.79.76-2.06-.03-2.83 -.07-.07-.13-.12-.2-.18v0c-.86-.59-2.01-.46-2.72.3l-8.13 8.13v0c-.36.35-.93.39-1.32.09l-2.33-1.72v0c-1.24-.93-2.93-.93-4.16 0l-10.69 8v0c-2.01 1.52-3.18 3.91-3.15 6.44v24 0c0 4.41 3.58 8 8 8h16v0c4.41 0 8-3.59 8-8v-24 0c0-2.53-1.19-4.9-3.21-6.41l-3.71-2.78v-.001c-.4-.29-.48-.84-.19-1.24 .02-.04.05-.07.08-.1ZM38 25.08v0c-.67 3.24-3.83 5.34-7.08 4.68 -3.25-.67-5.35-3.83-4.69-7.08 .45-2.25 2.14-4.03 4.35-4.61h-.001c1-.26 2.04-.26 3.05 0v0c.26.07.42.34.35.61 -.03.08-.07.16-.14.22l-3.19 3.19v0c-.73.69-.86 1.81-.29 2.65v0c.65.89 1.9 1.08 2.79.43 .07-.06.14-.12.2-.18l3.44-3.44v0c.2-.2.52-.2.72.01 .04.04.08.1.1.16v0c.42 1.05.53 2.2.34 3.32Z"/></svg>
<span><?php the_tags(''); ?></span>
<span class="hover:*:underline"><?php the_tags(''); ?></span>
</span>
<?php endif; ?>
</div>
Expand Down

0 comments on commit 35fc006

Please sign in to comment.