From 8e86e65396768460ad4dac23b97f7e1d135cc9b1 Mon Sep 17 00:00:00 2001 From: Diego Salazar Date: Mon, 29 May 2023 17:29:26 -0600 Subject: [PATCH] Added RSS Feed stuff --- _config.yml | 1 + _includes/footer.html | 1 + _includes/head.html | 1 + 3 files changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index fda354a..14b45d5 100644 --- a/_config.yml +++ b/_config.yml @@ -15,6 +15,7 @@ kramdown: plugins: - jekyll-paginate + - jekyll-feed # paginate paginate: 6 diff --git a/_includes/footer.html b/_includes/footer.html index 82e80db..5bdac04 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -29,6 +29,7 @@

Copyright © 2022 Stack Wallet LLC

+

RSS Feed

Terms of service

Privacy policy

Codebase

diff --git a/_includes/head.html b/_includes/head.html index a7de828..d1da433 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -16,4 +16,5 @@ + {% feed_meta %}