Skip to content

Fix title and subtitle in feed.xml #9

@maiki

Description

@maiki

The feed does have a title or subtitle. I don't have Jekyll installed, otherwise I'd test this, but I think there are two simple edits in feed.xml :

Line seven should probably be

 <title>{{ site.title }}</title>

And line 10 should probably be

 <description>{{ site.subtitle }}</description>

Right now they have blog_ included, which isn't defined anywhere I can see.

I would submit code, but I am not 100% sure that is how Jekyll works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions