1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-22 06:11:23 +00:00

fix(tag): move hash to sass styling only (#930)

This commit is contained in:
Matt Vogel
2024-03-06 20:25:39 -05:00
committed by GitHub
parent e13cafe070
commit 001c166825
5 changed files with 9 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ export const PageList: QuartzComponent = ({ cfg, fileData, allFiles, limit }: Pr
class="internal tag-link"
href={resolveRelative(fileData.slug!, `tags/${tag}` as FullSlug)}
>
#{tag}
{tag}
</a>
</li>
))}