From bed29782557fc03ba722bdd174388e23b5e000f2 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 30 Aug 2013 18:32:37 -0400 Subject: [PATCH] Fix docs/templates.md private gist example. Duplicate of #1477 because we develop on the master branch. --- site/docs/templates.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/docs/templates.md b/site/docs/templates.md index bf70932d..bd988027 100644 --- a/site/docs/templates.md +++ b/site/docs/templates.md @@ -294,11 +294,12 @@ You may also optionally specify the filename in the gist to display: {% endraw %} {% endhighlight %} -The `gist` tag also works with private gists: +The `gist` tag also works with private gists, which require the gist owner's +github username: {% highlight text %} {% raw %} -{% gist 931c1c8d465a04042403 %} +{% gist parkr/931c1c8d465a04042403 %} {% endraw %} {% endhighlight %}