Skip to content

Commit 03dfe77

Browse files
authored
Remove jekyll-seo-tag plugin (#95)
1 parent 8b374a5 commit 03dfe77

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ group :jekyll_plugins do
1414
gem 'jekyll-feed'
1515
gem 'jekyll-sitemap'
1616
gem 'jekyll-paginate'
17-
gem 'jekyll-seo-tag'
1817
end

Gemfile.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ GEM
3434
jekyll-paginate (1.1.0)
3535
jekyll-sass-converter (2.1.0)
3636
sassc (> 2.0.1, < 3.0)
37-
jekyll-seo-tag (2.7.1)
38-
jekyll (>= 3.8, < 5.0)
3937
jekyll-sitemap (1.4.0)
4038
jekyll (>= 3.7, < 5.0)
4139
jekyll-watch (2.2.1)
@@ -66,12 +64,10 @@ GEM
6664

6765
PLATFORMS
6866
x86_64-linux-musl
69-
x86_64-linux
7067

7168
DEPENDENCIES
7269
jekyll-feed
7370
jekyll-paginate
74-
jekyll-seo-tag
7571
jekyll-sitemap
7672

7773
RUBY VERSION

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ plugins:
1818
- jekyll-feed
1919
- jekyll-sitemap
2020
- jekyll-paginate
21-
- jekyll-seo-tag
2221

2322
authors:
2423
gomzyakov:

0 commit comments

Comments
 (0)