Merge pull request #268 from jekyll/pull/fix-267
Prevent {% seo %} Liquid parsing
This commit is contained in:
commit
1f3858ef0a
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue