From 3b42be6e391c12de4899f8199709b2e057e8b661 Mon Sep 17 00:00:00 2001 From: Sarah Kuehnle Date: Tue, 3 Nov 2015 07:05:21 -0500 Subject: [PATCH] Adds a note about installing the jekyll-gist gem to make gist tags work in Jekyll. --- site/_docs/templates.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/_docs/templates.md b/site/_docs/templates.md index 3e4cd8d0..7a4ed049 100644 --- a/site/_docs/templates.md +++ b/site/_docs/templates.md @@ -421,3 +421,5 @@ You may also optionally specify the filename in the gist to display: {% gist parkr/931c1c8d465a04042403 jekyll-private-gist.markdown %} {% endraw %} {% endhighlight %} + +To use the `gist` tag, you'll need to add the [jekyll-gist](https://github.com/jekyll/jekyll-gist) gem to your project.