Skip to content

Commit

Permalink
fix(tags): Show tag descriptions when hovering (#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
necauqua authored Dec 26, 2024
1 parent a582505 commit 69a0ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/components/pages/TagContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default ((opts?: Partial<TagContentOptions>) => {

return (
<div class={classes}>
<article>{content}</article>
<article class="popover-hint">{content}</article>
<div class="page-listing">
<p>{i18n(cfg.locale).pages.tagContent.itemsUnderTag({ count: pages.length })}</p>
<div>
Expand Down

0 comments on commit 69a0ddf

Please sign in to comment.