small tweak to clarify last sentence

This commit is contained in:
Joel Glovier 2014-01-16 13:24:54 -05:00
parent 09a5d66b3e
commit ded6350c80
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ If you don't like the automatically-generated post excerpt, it can be overridden
`excerpt` to your post's YAML front-matter. Completely disable it by setting
your `excerpt_separator` to `""`.
Also, as with any output generated by Liquid tags, you can pass the `| strip_html` flag to remove any html tags in the output. This is particularly helpful if you wish to output a post excerpt as a `meta="description"` tag within the post `head`.
Also, as with any output generated by Liquid tags, you can pass the `| strip_html` flag to remove any html tags in the output. This is particularly helpful if you wish to output a post excerpt as a `meta="description"` tag within the post `head`, or anywhere else having html tags along with the content is not desirable.
## Highlighting code snippets