Sha256: 970dd6b7aab8cdfa1bbb89e26967dd680331b21677f2bbf49ff553eedddc3485

Contents?: true

Size: 806 Bytes

Versions: 6

Compression:

Stored size: 806 Bytes

Contents

---
layout: default
---
{% include share_thumbnail.html page=page %}

<article {% if page.feature-img %}class="feature-image"{% endif %}>
  <header id="main" style="background-image: url('{{ page.feature-img | relative_url }}')">
    <h1 id="{{ page.title | default: "" | cgi_escape }}" class="title">
        {{ page.title }}
    </h1>
    
    {% if page.subtitle %}
    <h2 class="subtitle">{{ page.subtitle }}</h2>
    {% endif %}
      
  </header>
  <section class="post-content">
  {% if page.bootstrap %}
  <div class="bootstrap-iso">
  {% endif %}
	{{ content }}
  {% if page.bootstrap %}
  </div>
  {% endif %}
  </section>
    
    
  <!-- Tag list for portfolio -->
  {% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %}
  {% include tags_list.html tags=tag_list %}
    
</article>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
type-on-strap-2.1.2 _layouts/page.html
type-on-strap-2.1.0 _layouts/page.html
type-on-strap-2.0.3 _layouts/page.html
type-on-strap-2.0.2 _layouts/page.html
type-on-strap-2.0.0 _layouts/page.html
type-on-strap-1.5.0 _layouts/page.html