Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chiragchamoli/3273901 to your computer and use it in GitHub Desktop.
Save chiragchamoli/3273901 to your computer and use it in GitHub Desktop.
How to include gist in your jekyll blog
{% 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