Sha256: c087941ba84be8b1882f6f9daf6801981eace9b263f5fce0fac1a848a9cbefef

Contents?: true

Size: 996 Bytes

Versions: 9

Compression:

Stored size: 996 Bytes

Contents

---
layout: default
---
<article {% if page.feature-img %}class="feature-image"{% endif %} style="padding:0;">
  <header id="main" style="background-image: url('{{ page.feature-img | relative_url }}')">
    <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>
  
  <div style="display: inline-block;">
  <!-- Social media shares -->
  {% include share_buttons.html %}
   
   <!-- Tag list -->
  {% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %}
  {% include tags_list.html tags=tag_list %}
    </div>
      
</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-1.5.0 _layouts/custom.html
jekyll-theme-type-on-strap-8.0.0 _layouts/custom.html
jekyll-theme-type-on-strap-7.0.1 _layouts/custom.html
type-on-strap-1.4.1 _layouts/custom.html
type-on-strap-1.3.0 _layouts/custom.html
type-on-strap-1.1.1 _layouts/custom.html
jekyll-theme-type-on-strap-6.0.0 _layouts/custom.html
jekyll-theme-type-on-strap-5.0.1 _layouts/custom.html
type-on-strap-1.0.1 _layouts/custom.html