Created
August 6, 2012 11:56
-
-
Save chiragchamoli/3273901 to your computer and use it in GitHub Desktop.
How to include gist in your jekyll blog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% assign gist_id = 3273735 %} | |
<script src="http://gist.github.com/{{ gist_id }}.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment