From 67c80f7c582bf29c3313214ef3c94b65269013ba Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 13 Jul 2018 13:41:45 +0100 Subject: [PATCH] Enable feeds --- _config.yml | 3 +++ _layouts/default.html | 1 + 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 4df789a..f84599c 100644 --- a/_config.yml +++ b/_config.yml @@ -2,3 +2,6 @@ theme: jekyll-theme-minimal name: Yggdrasil title: Yggdrasil description: End-to-end encrypted IPv6 networking to connect worlds + +plugins: + - jekyll-feed diff --git a/_layouts/default.html b/_layouts/default.html index acc2efa..85528cf 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,6 +5,7 @@ {% seo %} +{% feed_meta %}