Sha256: 30bce08e44847f808c4cf2f533c1c3f7ab0fd314561dba662291453b93e73615
Contents?: true
Size: 456 Bytes
Versions: 7
Compression:
Stored size: 456 Bytes
Contents
# Installing Jekyll SEO Tag 1. Add the following to your site's `Gemfile`: ```ruby gem 'jekyll-seo-tag' ``` 2. Add the following to your site's `_config.yml`: ```yml plugins: - jekyll-seo-tag ``` If you are using a Jekyll version less than `3.5.0`, use the `gems` key instead of `plugins`. 3. Add the following right before `</head>` in your site's template(s): <!-- {% raw %} --> ```liquid {% seo %} ``` <!-- {% endraw %} -->
Version data entries
7 entries across 7 versions & 2 rubygems