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 link to feed #183

Merged
merged 3 commits into from
Jan 27, 2018
Merged

Fix link to feed #183

merged 3 commits into from
Jan 27, 2018

Conversation

jekyllbot
Copy link
Contributor

@jekyllbot jekyllbot commented Jan 16, 2018

fix #98

From the start, minima was meant to be a minimal blog theme with posts and a link to a feed.
This PR aims only to fix the actual link to the feed.

@DirtyF DirtyF changed the title Fix link to feed fix #98 Fix link to feed Jan 16, 2018
@DirtyF DirtyF requested a review from a team January 16, 2018 13:07
@DirtyF DirtyF mentioned this pull request Jan 16, 2018
minima.gemspec Outdated
@@ -3,20 +3,21 @@
Gem::Specification.new do |spec|
spec.name = "minima"
spec.version = "2.1.1"
spec.authors = ["Joel Glovier"]
spec.email = ["[email protected]"]
spec.authors = ["Joel Glovier"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please restore these indentations..

@ashmaroli
Copy link
Member

might as well use {% feed_meta %} in _includes/head.html

@DirtyF DirtyF merged commit 40802b7 into master Jan 27, 2018
@DirtyF DirtyF deleted the pull/fix-98 branch January 27, 2018 17:59
@jekyllbot jekyllbot mentioned this pull request Jan 27, 2018
@jekyll jekyll locked and limited conversation to collaborators Apr 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken link to /feed.xml out-of-the-box.
3 participants