Gist Tag
dreamalligator opened this issue · 1 comments
dreamalligator commented
A Gist Liquid tag to add to the liquid tags plugin.
Syntax:
{% gist [username/]gist_id %}
Usage:
{% gist 6117046 %}
For secret Gists:
{% gist antivapor/13e8504beaa2986bfc18 %}
Output:
<script src="https://gist.github.com/antivapor/6117046.js"></script>
<script src="https://gist.github.com/antivapor/13e8504beaa2986bfc18.js"></script>
dreamalligator commented
This was accidentally a duplicate. see #21