This file contains 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
<!-- Display the essay's featured image --> | |
<koken:featured_image> | |
<!-- Link image to essay --> | |
<koken:link title="Read {{ essay.title }}"> | |
<!-- Display featured image --> | |
<koken:if condition="content.width >= content.height" value="true"> | |
<koken:img class="horizontal-image" /> | |
<koken:else> | |
<koken:img class="vertical-image" /> | |
</koken:if> |
This file contains 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
<!-- Load recent archive albums --> | |
<div class="section-title item_meta">RECENT ALBUMS FROM THE ARCHIVE</div> | |
<koken:variable name="count" value="0" /> | |
<koken:load source="albums" filter:flat="true"> | |
<!-- Loop over each album --> | |
<koken:loop> | |
<koken:if data="album.album_type" equals="standard"> | |
<article> | |
<div class="article-inner"> | |
<koken:link> |
This file contains 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
{ | |
"name": "bigflannel Slideshow Embed", | |
"version": "0.1", | |
"description": "Embed a slideshow with controls in an essay.", | |
"author": { | |
"name": "bigflannel", | |
"link": "http://bigflannel.com" | |
}, | |
"shortcodes": { |