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

Incorrect link to RSS feed in blog #31

Open
justyn opened this issue Oct 12, 2023 · 1 comment
Open

Incorrect link to RSS feed in blog #31

justyn opened this issue Oct 12, 2023 · 1 comment

Comments

@justyn
Copy link
Sponsor

justyn commented Oct 12, 2023

The RSS feed for the blog is available at https://activitywatch.net/feed.xml but the relevant embedded link element (eg at https://activitywatch.net/blog/) shows this:

<link rel="alternate" type="application/rss+xml" title="ActivityWatch - Open-source time tracker" href="https://activitywatch.net/"/>

Note that "/feed.xml" is missing off the end of the href.

A glance through the source seems to suggest that this line should handle it:

link(rel='alternate', type='application/rss+xml', title='{{ site.title }}', href='{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}')

Yet this already contains "/feed.xml" so it's not clear to me why the rendered line is different, unless it's coming from a separate place. Perhaps a theme? I'm not familiar with Jekyll.

@ErikBjare
Copy link
Member

That is indeed strange! I have no idea what is going on here.

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

2 participants