group advanced options in readme
This commit is contained in:
parent
cb81364a77
commit
eab1a77350
|
@ -81,9 +81,13 @@ The SEO tag will respect the following YAML front matter if included in a post,
|
|||
* `image` - Relative URL to an image associated with the post, page, or document (e.g., `/assets/page-pic.jpg`)
|
||||
* `author` - Page-, post-, or document-specific author information (see below)
|
||||
|
||||
## Advanced usage
|
||||
|
||||
Jekyll SEO Tag is designed to implement SEO best practices by default and to be the right fit for most sites right out of the box. If for some reason, you need more control over the output, read on:
|
||||
|
||||
### Disabling `<title>` output
|
||||
|
||||
Jekyll SEO Tag is designed to implement SEO best practices by default. 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:
|
||||
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:
|
||||
|
||||
```
|
||||
{% seo title=false %}
|
||||
|
|
Loading…
Reference in New Issue