From d4055d3362cf263bcb9b7e5888446cbb7a744ced Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Wed, 19 Jul 2017 14:02:48 -0400 Subject: [PATCH] seo all the things --- _config.yml | 2 ++ _layouts/default.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 9940864..2b7901f 100644 --- a/_config.yml +++ b/_config.yml @@ -35,3 +35,5 @@ defaults: gems: - jekyll-octicons + - jekyll-sitemap + - jekyll-seo-tag diff --git a/_layouts/default.html b/_layouts/default.html index 7063757..34e6804 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,9 +2,9 @@ - + {% seo %} {{ content }}