Jacky Zhao
2024-03-07 ba6c7a73d1dff02d9659a9e6e84be6b9a54579c2
fix: remove extra # from tag content
1 files modified
2 ■■■ changed files
quartz/components/pages/TagContent.tsx 2 ●●● patch | view | raw | blame | history
quartz/components/pages/TagContent.tsx
@@ -58,7 +58,7 @@
              <div>
                <h2>
                  <a class="internal tag-link" href={`../tags/${tag}`}>
                    #{tag}
                    {tag}
                  </a>
                </h2>
                {content && <p>{content}</p>}