Sha256: f7091317e16904a57f186cbb9888b7f4acfacef3ac45e041e2da34b1b277b8fd

Contents?: true

Size: 1.01 KB

Versions: 7

Compression:

Stored size: 1.01 KB

Contents

--- 
layout: default 
---

<!-- Bootstrap-3.3.7 isolation CSS -->
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/css/bootstrap-iso.min.css">

<!-- Bootstrap JS -->
<script src="{{ site.baseurl }}/assets/js/bootstrap.min.js"></script>

<article {% if page.feature-img %}class="feature-image" {% endif %}>
    <header id="main" style="background-image: url('{{ site.baseurl }}/{{ page.feature-img }}')">
        <h1 class="title">{{ page.title }}</h1> {% if page.subtitle %}
        <h2 class="subtitle">{{ page.subtitle }}</h2>{% endif %}
    </header>

    {% if page.description %}
    <section class="post-content">
        {{ page.description }}
    </section>
    {% endif %}



    <!-- Bootstrap will work within this div -->
    <section>
        <div class="bootstrap-iso">
            <div class="col-md-1"></div>
            <div class="col-md-10 centered">
            {{ content }}
            </div>    
            <div class="col-md-1"></div>
        </div>
    </section>

    
    
</article>

Version data entries

7 entries across 7 versions & 2 rubygems

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