src/templates/showcase/vertical.md
project_path: /web/_project.yaml book_path: /web/{{section}}/_book.yaml full_width: true
{# wf_auto_generated #} {# wf_template: src/templates/showcase/vertical.md #} {# wf_updated_on: 1900-01-01 #} {# wf_published_on: 1900-01-01 #}
<style> .kd-tabbed-vert article h3 { margin-bottom: 0; } .kd-tabbed-vert article h3 + p { margin-top: 0; } .kd-tabbed-vert article img { max-width: 128px; max-height: 128px; float: left; margin: 0 40px 40px 0; max-width: calc((100% - 40px) / 2); } </style>{{#each articles}} {{#eq vertical 'travel'}}
<h3><a href="{{url}}">{{ title }}</a></h3> <p> {{{description}}} </p> <p> {{ formatDatePretty datePublishedMoment }} {{#if tags}} {{#each tags}}<a href="/web/{{../../section}}/tags/{{this}}">#{{this}}</a> {{/each}}{{/if}} </p> <div class="clearfix"></div> {{/eq}} {{/each}} </article> </section>