Sha256: 87c1d9804e7f9d568b7a174dd12789786e7804be27cda7a38fee06a19c86abf5

Contents?: true

Size: 860 Bytes

Versions: 9

Compression:

Stored size: 860 Bytes

Contents

---
layout: default
---
<article {% if page.feature-img %}class="feature-image"{% endif %}>
  <header id="main" style="background-image: url('{{ site.baseurl }}/{{ page.feature-img }}')">
    <h1 id="{{ page.title | cgi_escape }}" class="title">{{ page.title }}</h1>
    <p class="meta">
    {{ page.date | date: "%B %-d, %Y" }}
    {% if page.author %} - {{ page.author }}{% endif %}
    </p>
  </header>
  <section class="post-content">{{ content }}</section>
   
   <!-- Tag list -->
  {% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %}
  {% include tags_list.html tags=tag_list %}
    
</article>

<!-- Disqus -->
{% if site.theme_settings.disqus_shortname %}
<div class="comments">
  {% include disqus.html %}
</div>
{% endif %}

<!-- Post navigation -->
{% if site.theme_settings.post_navigation %}
  {% include post_nav.html %}
{% endif %}

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
type-on-strap-0.5.3 _layouts/post.html
jekyll-theme-type-on-strap-4.0.2 _layouts/post.html
jekyll-theme-type-on-strap-3.0.0 _layouts/post.html
type-on-strap-0.4.2 _layouts/post.html
jekyll-theme-type-on-strap-2.0.0 _layouts/post.html
type-on-strap-0.3.0 _layouts/post.html
type-on-strap-0.2.0 _layouts/post.html
jekyll-theme-type-on-strap-1.0.0 _layouts/post.html
type-on-strap-0.1.1 _layouts/post.html