{% include h.html h="h2" title="The JavaScript" id="the-javascript" %}
Created
October 24, 2014 08:12
-
-
Save benjaminreid/e5c8e4b71fffcc09435a to your computer and use it in GitHub Desktop.
include example
This file contains 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
<h2 id="{{ include.id }}"> | |
<a class="header-link" href="#{{ include.id }}"> | |
<i class="fa fa-link"></i> | |
</a> | |
{{ include.title }} | |
</h2> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment