12345678910111213141516171819 |
- {% comment %}
- {% include JB/gist gist_id="fdcfeaba4f33c172828d" %}
- {% include JB/gist gist_id="fdcfeaba4f33c172828d" gist_file="jekyll-bootstrap.js" %}
- {% endcomment %}
- <div id="gist">
- <script src="https://gist.github.com/{{ include.gist_id }}.js{% if include.gist_file %}?file={{ include.gist_file }}{% endif %}"></script>
- <noscript>
- <pre>https://gist.github.com/{{include.gist_id}}.js{% if include.gist_file %}?file={{include.gist_file}}{% endif %}</pre>
- </noscript>
- </div>
|