Add Jekyll-SEO-Tag Dependency
The "jekyll-seo-tag" gem/plugin is needed for the "{% seo %}" tag to work on any platform other than GitHub Pages. Signed-off-by: Dominik Prodinger <prodinger.d@outlook.com>
This commit is contained in:
parent
8eab530370
commit
098d203731
2 changed files with 3 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -2,3 +2,5 @@
|
||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
|
gem 'jekyll-seo-tag'
|
||||||
|
|
|
@ -25,6 +25,7 @@ sass:
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
|
- jekyll-seo-tag
|
||||||
# - jemoji #Uncomment this to allow emoji in your post
|
# - jemoji #Uncomment this to allow emoji in your post
|
||||||
|
|
||||||
# Permalinks
|
# Permalinks
|
||||||
|
|
Loading…
Reference in a new issue