mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-04 06:49:49 +00:00 
			
		
		
		
	fix(tags): Show tag descriptions when hovering (#1670)
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user