Sha256: be8a5f6ac6ffce2adcb7a6d5c97e56aa8f61de9a3fe1dae7525be0d19ea22e2f
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 KB
Contents
--- layout: base --- <article id="post" class="post h-entry" role="article" itemscope itemtype="http://schema.org/BlogPosting" aria-labelledby="{{ title | slug }}-title"> <div class="post__title hp-title"> <h1 class="p-name">{{ page.title }}</h1> </div> <section class="post__infobox"> <div class="infobox"> {% include toc.html html=content wrap_class="toc" class="toc__list" item_class="toc__list-item" anchor_class="toc__anchor" %} {% include dates.html updated=page.updated date=page.date %} <div class="infobox__bar"> {% include btn_state.html states=page.status %} {% if site.social.share.enabled %} {% include share.html %} {% endif %} </div> <div class="infobox__sem-tags p-category"> {% assign tags_attrs = page.attributes | link_type: "tags" %} {% include tags.html tags_attrs=tags_attrs tag_fm=page.tags %} </div> </div> </section> <div class="post__content markdown hp-content e-content p-name"> {{ content }} </div> </article>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-bonsai-0.0.7 | _layouts/post.html |
jekyll-bonsai-0.0.6 | _layouts/post.html |