Commit Graph

11 Commits (5a1fbc937470b4f43b318dd0fa9af01b4a47b188)

Author SHA1 Message Date
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.
Jacky Zhao 2d55b6ac2e fix: missing whitespace chomp in link render hook
Jacky Zhao c51573efa9 feat: grey out broken links
Jacky Zhao 714b4fcfa3 fix links being broken for pages with spaces
Jacky Zhao f192f9a23d fix : root all image urls
Jacky Zhao 3b3e6ec3b2 fix relative pathing for dynamic fetch
Jacky Zhao 4a3c4fdef5 popover implementation
Jacky Zhao ca886e4075 fix render link for apostrophe
Blake Allen 9292de6333 remove unnecessary regex, use encodeuri for label instead of replace
jackyzha0 92d18b1ee5 more docs + link fixing
jackyzha0 ea69050587 add base pages