summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-06-10 11:01:19 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-06-10 11:01:19 +0200
commit13934914c0cf8bf359938dcc19dbea82fe33db61 (patch)
tree5c50f47555f10efd4beed8f2546e7146a91571c5 /Gemfile
parent624592d43e23bd26c3da30e255257b652d0e33ed (diff)
Implement tag pages
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index ec30fb8..6430791 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,3 +7,5 @@ source "https://rubygems.org" do
gem "redcarpet"
gem "therubyracer"
end
+
+gem "jekyll-archives", "~> 2.2"