group advanced options in readme

This commit is contained in:
Ben Balter 2016-04-19 10:09:49 -04:00
parent cb81364a77
commit eab1a77350
1 changed files with 5 additions and 1 deletions

View File

@ -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 %}