hyde-x
hyde-x copied to clipboard
absURL was not used correctly resulting in broken links
absURL was used with a leading "/" resulting in broken generated links if the blog is hosted in a subfolder.
baseURL = "https://example.com/myblog"
The result of the generated links becomes "https://example.com/css/hyde.css" instead of "https://example.com/myblog/css/hyde.css"
Hello @zyro,
the issue described by @lukeeckley breaks the demo of your theme at https://themes.gohugo.io/. The maintainers of the theme site (which includes me) began a "spring cleaning" in which began to remove themes that are unmaintained or are broken. One of theme was hyde-x.
This pull request will resolve is issue. Once this issue has been fixed we're happy to add your theme again.