Skip to content

Instantly share code, notes, and snippets.

@tdominey
Created December 18, 2013 14:13
Show Gist options
  • Save tdominey/8023007 to your computer and use it in GitHub Desktop.
Save tdominey/8023007 to your computer and use it in GitHub Desktop.
Only show titles if image is unlisted
<koken:if true="{{ content.public }}">
<h1>
{{ content.title }}
</h1>
</koken:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment