Sha256: 11ce1915093da492f627be1a62bded82d84521f05364e07c0cf5da5878ac00b8

Contents?: true

Size: 900 Bytes

Versions: 7

Compression:

Stored size: 900 Bytes

Contents

---
layout: default
---

<article {% if page.feature-img %}class="feature-image"{% endif %}>

  <header id="main" style="background-image: url('{{ page.feature-img | relative_url }}')">
    <div class="title-padder">
      {% if page.hide_title %}
        <div class="feature-image-padding"></div>
      {% else %}
        <h1 id="{{ page.title | default: "" | cgi_escape }}" class="title"> {{ page.title }}</h1>
        {% if page.subtitle %}
        <h2 class="subtitle">{{ page.subtitle }}</h2>
        {% endif %}
      {% endif %}
    </div>
  </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

7 entries across 7 versions & 1 rubygems

Version Path
type-on-strap-2.3.4 _layouts/page.html
type-on-strap-2.3.3 _layouts/page.html
type-on-strap-2.3.1 _layouts/page.html
type-on-strap-2.3.0 _layouts/page.html
type-on-strap-2.2.6 _layouts/page.html
type-on-strap-2.2.5 _layouts/page.html
type-on-strap-2.2.4 _layouts/page.html