All pages produced by gazetta have a base tag such that relative links are relative to the site's base, not the current page. This makes it easy to:
- Support sites hosted at path prefixes (
some-site.com/my-blog/).
- Embed pages within indices without having to mess with relative linking. Links are relative to the site root.
Unfortunately, I don't currently include base tags in feeds so this is all kind of broken. I should do that.
All pages produced by gazetta have a base tag such that relative links are relative to the site's base, not the current page. This makes it easy to:
some-site.com/my-blog/).Unfortunately, I don't currently include base tags in feeds so this is all kind of broken. I should do that.