Merge pull request #268 from jekyll/pull/fix-267

Prevent {% seo %} Liquid parsing
This commit is contained in:
Frank Taillandier 2018-02-02 15:57:45 +01:00 committed by GitHub
commit 1f3858ef0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ If you are using a Jekyll version less than `3.5.0`, use the `gems` key instead
3. Add the following right before `</head>` in your site's template(s):
{% raw %}
```liquid
{% seo %}
```
{% endraw %}