Sha256: 9bbcd762373c56a895c842fa296340d5700c7b44aca4c61da6e756be606bbe28

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 KB

Contents

---
layout: base
---

<article id="post" 
         class="post h-entry"
         role="article" 
         itemscope 
         itemtype="http://schema.org/BlogPosting"
         aria-labelledby="{{ page.title | slugify }}-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

3 entries across 3 versions & 2 rubygems

Version Path
jekyll-garden-0.0.12 _layouts/post.html
jekyll-wikibonsai-0.0.11 _layouts/post.html
jekyll-wikibonsai-0.0.10 _layouts/post.html