Sha256: cdcab03289d31eafd400041aefde9fb741549ae52493ff160dede893e5e59370
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 KB
Contents
--- layout: base --- <article id="book" class="book h-entry" role="article" itemscope itemtype="http://schema.org/BlogPosting" aria-labelledby="{{ title | slug }}-title"> <div class="book__title hp-title"> <h1 class="p-name">{{ page.title }}</h1> </div> <section class="book__infobox"> <div class="infobox"> {% assign book_cover_img_src = site.baseurl | append: "/" | append: page.collection | append: "/" | append: page.slug | append: "/" | append: page.slug | append: ".png" %} <img src='{{ book_cover_img_src }}' class="infobox__img--cover"> {% 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 tags_fm=page.tags %} </div> </div> </section> <div class="book__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.6 | _layouts/book.html |