11 Commits (7df2bb6f5e681ce3329e4faf6ac6cbcda7a3f14e)

Author SHA1 Message Date
SafEight f08a76a738
fix: External links ending in .md don't get trimmed (#236)
Co-authored-by: SAF <saf@saf.saf>
fixes https://github.com/jackyzha0/quartz/issues/229
2 years ago
benbohmer 97607c3ca5
fix: keep / at end of URL to avoid redirects
Removed strings.TrimRight "/" in line 10 to keep the trailing slash at the end of URLs in regular links. This avoids having every single internal link being a 301 redirect.
3 years ago
Jacky Zhao 2d55b6ac2e fix: missing whitespace chomp in link render hook 3 years ago
Jacky Zhao c51573efa9 feat: grey out broken links 3 years ago
Jacky Zhao 714b4fcfa3 fix links being broken for pages with spaces 3 years ago
Jacky Zhao 3b3e6ec3b2 fix relative pathing for dynamic fetch 3 years ago
Jacky Zhao 4a3c4fdef5 popover implementation 3 years ago
Jacky Zhao ca886e4075 fix render link for apostrophe 3 years ago
Blake Allen 9292de6333 remove unnecessary regex, use encodeuri for label instead of replace 3 years ago
jackyzha0 92d18b1ee5 more docs + link fixing 3 years ago
jackyzha0 ea69050587 add base pages 3 years ago