Skip to content

Instantly share code, notes, and snippets.

@forest
Created September 17, 2013 16:21
Show Gist options
  • Save forest/6596698 to your computer and use it in GitHub Desktop.
Save forest/6596698 to your computer and use it in GitHub Desktop.
how to exclude essays by tag in Koken
<koken:load source="essays" limit="5" filter:page="{{ location.parameters.page }}">
<koken:loop>
<koken:has_tag title="site-data">
<koken:else>
<article>
<koken:include file="inc/article.html" />
</article>
</koken:has_tag>
</koken:loop>
</koken:load>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment