Fix docs/templates.md private gist example.

Duplicate of #1477 because we develop on the master branch.
This commit is contained in:
Parker Moore 2013-08-30 18:32:37 -04:00
parent 289117d4fe
commit bed2978255
1 changed files with 3 additions and 2 deletions

View File

@ -294,11 +294,12 @@ You may also optionally specify the filename in the gist to display:
{% endraw %} {% endraw %}
{% endhighlight %} {% 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 %} {% highlight text %}
{% raw %} {% raw %}
{% gist 931c1c8d465a04042403 %} {% gist parkr/931c1c8d465a04042403 %}
{% endraw %} {% endraw %}
{% endhighlight %} {% endhighlight %}