Skip to content

Instantly share code, notes, and snippets.

@TravisBallard
Last active December 15, 2015 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TravisBallard/5311378 to your computer and use it in GitHub Desktop.
Save TravisBallard/5311378 to your computer and use it in GitHub Desktop.
<li class="testimonial">
<div class="testimonial-gravatar">{{ gravatar }}</div>
<div class="testimonial-data">
<p class="testimonial-content">{{ testimonial_excerpt }}</p>
<p class="testimonial-author">{{ author_prefix }}{{ author }}</p>
{% if company_url %}
<p class="testimonial-company"><a href="{{ company_url }}">{{ company_name }}</a></p>
{% endif %}
</div>
<div class="clear"></div>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment