From fb1c56a7a8f24b488dd03e9c4fd91395d769c54d Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Tue, 20 Feb 2018 08:20:01 -0500 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20process=20the=20Liquid=20exampl?= =?UTF-8?q?e=20in=20the=20advanced=20usage=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/advanced-usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index edbf9ee..c2fbed5 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -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 `` tags on each page, simply invoke the plugin within your template like so: +<!-- {% raw %} --> ``` {% seo title=false %} ``` +<!-- {% endraw %} --> ### Author information