Skip to content

Instantly share code, notes, and snippets.

@benjaminreid
Created October 24, 2014 08:12
Show Gist options
  • Save benjaminreid/e5c8e4b71fffcc09435a to your computer and use it in GitHub Desktop.
Save benjaminreid/e5c8e4b71fffcc09435a to your computer and use it in GitHub Desktop.
include example
<h2 id="{{ include.id }}">
<a class="header-link" href="#{{ include.id }}">
<i class="fa fa-link"></i>
</a>
{{ include.title }}
</h2>

{% include h.html h="h2" title="The JavaScript" id="the-javascript" %}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment