Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plugins:
Use the tag as follows in your Jekyll pages, posts and collections:

```liquid
{% gist parkr/c08ee0f2726fd0e3909d %}
{% gist c08ee0f2726fd0e3909d %}
```

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

```liquid
{% gist parkr/c08ee0f2726fd0e3909d test.md %}
{% gist c08ee0f2726fd0e3909d test.md %}
```

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