Prevent {% seo %} Liquid parsing

This commit is contained in:
Frank Taillandier 2018-02-02 10:48:31 +01:00
parent 46ad253d4d
commit 780c5aa1d0
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
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 %}