Created
February 27, 2012 12:08
-
-
Save jchristopher/1923303 to your computer and use it in GitHub Desktop.
Handlebars.js & WordPress Templates - Handlebars Template
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
<script id="team-member-spotlight-template" type="text/x-handlebars-template"> | |
{{#if headshot}} | |
<img src="{{headshot}}" alt="Headshot of {{name}}" class="alignleft" /> | |
{{/if}} | |
<h3>{{name}}</h3> | |
<p><a href="{{permalink}}">View more details</a></p> | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gist is referenced in its parent article