We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cb8e5 commit 9099146Copy full SHA for 9099146
README.md
@@ -30,7 +30,7 @@ plugins:
30
Use the tag as follows in your Jekyll pages, posts and collections:
31
32
```liquid
33
-{% gist parkr/c08ee0f2726fd0e3909d %}
+{% gist c08ee0f2726fd0e3909d %}
34
```
35
36
This will create the associated script tag:
@@ -42,7 +42,7 @@ This will create the associated script tag:
42
You may optionally specify a `filename` after the `gist_id`:
43
44
45
-{% gist parkr/c08ee0f2726fd0e3909d test.md %}
+{% gist c08ee0f2726fd0e3909d test.md %}
46
47
48
This will produce the correct URL to show just the specified file in your post rather than the entire Gist.
0 commit comments