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