From 9f2302861422deb3df5038209f476c534896b38c Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Mon, 23 Sep 2019 16:18:11 -0400 Subject: [PATCH] RSS --- _config.yml | 2 ++ _includes/head.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 963599c..8c8143a 100644 --- a/_config.yml +++ b/_config.yml @@ -44,3 +44,5 @@ markdown: kramdown theme: jekyll-theme-midnight +plugins: + - jekyll-feed diff --git a/_includes/head.html b/_includes/head.html index d1a3e28..80c7470 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -21,4 +21,6 @@ + {% feed_meta %} +