fix(tag): remove hash on main page (#969)
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
		@@ -73,7 +73,7 @@ export const TagPage: QuartzEmitterPlugin<Partial<FullPageLayout>> = (userOpts)
 | 
			
		||||
          const title =
 | 
			
		||||
            tag === "index"
 | 
			
		||||
              ? i18n(cfg.locale).pages.tagContent.tagIndex
 | 
			
		||||
              : `${i18n(cfg.locale).pages.tagContent.tag}: #${tag}`
 | 
			
		||||
              : `${i18n(cfg.locale).pages.tagContent.tag}: ${tag}`
 | 
			
		||||
          return [
 | 
			
		||||
            tag,
 | 
			
		||||
            defaultProcessedContent({
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user