Created
November 21, 2016 00:11
-
-
Save dylanjhunt/ec4b1e0aae0c514b05c9e42491bc1740 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<!-- before --> | |
<script src="https://gist.github.com/username/gist_id.js"></script> | |
<script src="https://gist.github.com/username/gist_id.js?file=file_name"></script> | |
<!-- after --> | |
<div class="gist" data-src="https://gist.github.com/username/gist_id.json"></div> | |
<div class="gist" data-src="https://gist.github.com/username/gist_id.json" data-file="file_name"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment