Skip to content

Instantly share code, notes, and snippets.

@tdominey
Created October 21, 2014 20:05
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 tdominey/19329464263d592dcbf9 to your computer and use it in GitHub Desktop.
Save tdominey/19329464263d592dcbf9 to your computer and use it in GitHub Desktop.
Displaying topic in an album page
<koken:not empty="album.topics">
<!-- has a topic so let's do this -->
<koken:topics>
<koken:loop>
{{ page.title }}
<!-- or... -->
{{ essay.title }}
</koken:loop>
</koken:topics>
<koken:else>
<!-- doesn't have a topic -->
</koken:not>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment