Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid links in our blog RSS feed #9

Open
justinclift opened this issue Nov 24, 2019 · 2 comments
Open

Invalid links in our blog RSS feed #9

justinclift opened this issue Nov 24, 2019 · 2 comments

Comments

@justinclift
Copy link
Member

We've received a report through Twitter that our blog's RSS feed has incorrect links in it:

https://twitter.com/goozak/status/1197540838487801858

The links are relative URL's (eg /foo/bar.html), instead of full URLs (eg https://ourserver/foo/bar.html).

It's probably just something in our Hugo theme that will need adjusting, so the https and server name are included.

@FriedrichFroebel
Copy link

FriedrichFroebel commented Nov 24, 2019

Maybe specifying the complete baseurl here fixes it: https://github.com/sqlitebrowser/website/blob/master/config.toml#L1 (In the docs it is called baseURL - I do not know whether the keys might be case-sensitive as well.)

@MKleusberg MKleusberg transferred this issue from sqlitebrowser/sqlitebrowser May 22, 2021
@interrobot
Copy link

Per the above pull request... I didn't push anything outside the code-scope, the hugo export had updates to ./docs that were unrelated to my changes, so it didn't seem like a good idea. This removes the deprecation notice from footer.html, .Site.RSSLink use, WARN deprecated: Site.RSSLink was deprecated in Hugo v0.114.0 and will be removed in a future release. Use the Output Format's Permalink method instead, e.g. .OutputFormats.Get "RSS".Permalink.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants