diff --git a/_config.yml b/_config.yml index f6d823f32..90866d7ba 100644 --- a/_config.yml +++ b/_config.yml @@ -10,6 +10,9 @@ author: name: OBO Technical WG plugins: - jekyll-sitemap + - jekyll-feed +feed: + disable_in_development: true ## --Anything above this line can be edited in _config_header.yml -- ## --Everything below this line automatically generated in _config.yml -- ontologies: diff --git a/_config_header.yml b/_config_header.yml index 8b9f995f9..9366d5977 100644 --- a/_config_header.yml +++ b/_config_header.yml @@ -10,5 +10,8 @@ author: name: OBO Technical WG plugins: - jekyll-sitemap + - jekyll-feed +feed: + disable_in_development: true ## --Anything above this line can be edited in _config_header.yml -- ## --Everything below this line automatically generated in _config.yml -- diff --git a/_includes/head.html b/_includes/head.html index 8a4037e38..a1cd4a4b5 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,6 +14,8 @@ +{% feed_meta %} +