Skip to content

Commit 9099146

Browse files
DirtyFjekyllbot
authored andcommitted
Docs: Remove username in gist (#54)
Merge pull request 54
1 parent 53cb8e5 commit 9099146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ plugins:
3030
Use the tag as follows in your Jekyll pages, posts and collections:
3131

3232
```liquid
33-
{% gist parkr/c08ee0f2726fd0e3909d %}
33+
{% gist c08ee0f2726fd0e3909d %}
3434
```
3535

3636
This will create the associated script tag:
@@ -42,7 +42,7 @@ This will create the associated script tag:
4242
You may optionally specify a `filename` after the `gist_id`:
4343

4444
```liquid
45-
{% gist parkr/c08ee0f2726fd0e3909d test.md %}
45+
{% gist c08ee0f2726fd0e3909d test.md %}
4646
```
4747

4848
This will produce the correct URL to show just the specified file in your post rather than the entire Gist.

0 commit comments

Comments
 (0)