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

Fix title and subtitle in feed.xml #9

Open
maiki opened this issue Jul 15, 2017 · 1 comment
Open

Fix title and subtitle in feed.xml #9

maiki opened this issue Jul 15, 2017 · 1 comment

Comments

@maiki
Copy link

maiki commented Jul 15, 2017

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.

@chrisballinger
Copy link
Member

chrisballinger commented Jul 18, 2017 via email

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