Sha256: fceb92a2fd6b4f0a421106e5d2e4ad3474070c281660b208d9563115fda1b968

Contents?: true

Size: 641 Bytes

Versions: 9

Compression:

Stored size: 641 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 | default: "" | cgi_escape }}" class="title">
        {{ page.title }}
    </h1>
    
    {% if page.subtitle %}
    <h2 class="subtitle">{{ page.subtitle }}</h2>
    {% endif %}
      
  </header>
  <section class="post-content">{{ content }}</section>
    
    
  <!-- Tag list for portfolio -->
  {% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %}
  {% include tags_list.html tags=tag_list %}
    
</article>

Version data entries

9 entries across 9 versions & 2 rubygems

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