You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Sat, Jul 15, 2017 at 5:18 PM, maiki ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAfqH2F73G03O5AgTeXe9eozz4YCvA5sks5sOSyvgaJpZM4OZIQR>
.
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
And line 10 should probably be
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.
The text was updated successfully, but these errors were encountered: