Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dylanjhunt/ec4b1e0aae0c514b05c9e42491bc1740 to your computer and use it in GitHub Desktop.
Save dylanjhunt/ec4b1e0aae0c514b05c9e42491bc1740 to your computer and use it in GitHub Desktop.
<!-- 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