tale/Gemfile
Dominik Prodinger 098d203731
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>
2018-10-05 10:09:21 +02:00

7 lines
91 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gemspec
gem 'jekyll-seo-tag'