mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
Fix docs/templates.md private gist example.
Duplicate of #1477 because we develop on the master branch.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user