acm-sfsu/sfsu.acm.org

Gist Tag

dreamalligator opened this issue · 1 comments

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>

This was accidentally a duplicate. see #21