Skip to content

Incorrect link to RSS feed in blog #31

@justyn

Description

@justyn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions