Merge pull request #273 from j-f1/patch-1
Don’t process the Liquid example in the advanced usage docs
This commit is contained in:
commit
f19b29ea0a
|
@ -6,9 +6,11 @@ Jekyll SEO Tag is designed to implement SEO best practices by default and to be
|
|||
|
||||
If for some reason, you don't want the plugin to output `<title>` tags on each page, simply invoke the plugin within your template like so:
|
||||
|
||||
<!-- {% raw %} -->
|
||||
```
|
||||
{% seo title=false %}
|
||||
```
|
||||
<!-- {% endraw %} -->
|
||||
|
||||
### Author information
|
||||
|
||||
|
|
Loading…
Reference in New Issue