From c6d726408eedd72da0c0d9adda18d370b878db08 Mon Sep 17 00:00:00 2001 From: Troy Lindsay Date: Tue, 8 May 2018 09:46:44 -0500 Subject: [PATCH] #1656: Update example Reddit social share interpolation syntax (#1657) --- docs/_docs/10-layouts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/10-layouts.md b/docs/_docs/10-layouts.md index 7687ac19..f16d73fa 100644 --- a/docs/_docs/10-layouts.md +++ b/docs/_docs/10-layouts.md @@ -716,7 +716,7 @@ If you'd like to add, remove, or change the order of these default links you can Let's say you wanted to replace the Google+ button with a Reddit one. Simply replace the HTML with the following: ```html -{% raw %} Reddit{% endraw %} +{% raw %} Reddit{% endraw %} ``` The important parts to change are: