Sha256: 5735c101db4d0074a09a0753c2860b2850af62c67c8cd424cad6b8f597915728
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 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 tag_attrs = page.attributes | link_type: "tags" %} {% include tags.html tag_attr=tag_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-bonsai-0.0.5 | _layouts/post.html |