Created
September 17, 2013 16:21
-
-
Save forest/6596698 to your computer and use it in GitHub Desktop.
how to exclude essays by tag in Koken
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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