From 3994d9116d5a787f9667771360c10317e5d9af70 Mon Sep 17 00:00:00 2001 From: Matt Hickford Date: Sun, 12 Oct 2014 20:09:14 +0100 Subject: [PATCH 1/2] Link atom feed from html head This makes it possible for browsers to autodiscover the feed. Fixes https://github.com/jekyll/jekyll/issues/2995 --- lib/site_template/_includes/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/site_template/_includes/head.html b/lib/site_template/_includes/head.html index c05791e2..771619a3 100644 --- a/lib/site_template/_includes/head.html +++ b/lib/site_template/_includes/head.html @@ -8,4 +8,5 @@ + From 63a6d595c48664c70b3b4c4b14bb3a7add21bd07 Mon Sep 17 00:00:00 2001 From: Matt Hickford Date: Sun, 12 Oct 2014 23:14:41 +0100 Subject: [PATCH 2/2] Fix feed link to respect baseurl --- lib/site_template/_includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/site_template/_includes/head.html b/lib/site_template/_includes/head.html index 771619a3..557e4ccd 100644 --- a/lib/site_template/_includes/head.html +++ b/lib/site_template/_includes/head.html @@ -8,5 +8,5 @@ - +