Silviu LorenČ›
2024-02-07 ce413b4bae40a21e354b2e065fda60045ae28ecb
quartz/components/renderPage.tsx
@@ -104,7 +104,9 @@
                type: "element",
                tagName: "a",
                properties: { href: inner.properties?.href, class: ["internal"] },
                children: [{ type: "text", value: `Link to original` }],
                children: [
                  { type: "text", value: i18n(cfg.locale).components.transcludes.linkToOriginal },
                ],
              },
            ]
          }