diff --git a/Gemfile b/Gemfile index a11cc27..6c0f3fd 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,7 @@ group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" gem "jekyll-paginate-v2" gem "jekyll-sitemap" + gem 'jekyll-seo-tag' end platforms :mingw, :x64_mingw, :mswin, :jruby do diff --git a/Gemfile.lock b/Gemfile.lock index 3bba44b..66c2596 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,6 +48,8 @@ GEM jekyll (>= 3.0, < 5.0) jekyll-sass-converter (3.0.0) sass-embedded (~> 1.54) + jekyll-seo-tag (2.8.0) + jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) @@ -152,6 +154,7 @@ DEPENDENCIES jekyll (~> 4.3.3) jekyll-feed (~> 0.12) jekyll-paginate-v2 + jekyll-seo-tag jekyll-sitemap tzinfo (>= 1, < 3) tzinfo-data diff --git a/_layouts/post.html b/_layouts/post.html index ecca888..93779e7 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,6 +7,7 @@ {{ site.title }} + {% seo %}
diff --git a/_layouts/shr4pnel.html b/_layouts/shr4pnel.html index bde6fd0..75f974d 100644 --- a/_layouts/shr4pnel.html +++ b/_layouts/shr4pnel.html @@ -7,6 +7,7 @@ {{ page.title }} + {% seo %}