Skip to content

Instantly share code, notes, and snippets.

@nerdburn
Created October 22, 2014 20:37
Show Gist options
  • Select an option

  • Save nerdburn/3acbdd4fbe5d9074ad5d to your computer and use it in GitHub Desktop.

Select an option

Save nerdburn/3acbdd4fbe5d9074ad5d to your computer and use it in GitHub Desktop.
Conditional Logic Block
{% if post.type == 'link' %}
<p><a href="{{ post.url }}"><i class="icon-share"></i> {{ post.url }}</a></p>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment