Sha256: 795fd50471582d3250fb402c1c2ed64f58879a87f89ba6ac446dab079c9555f4
Contents?: true
Size: 945 Bytes
Versions: 1
Compression:
Stored size: 945 Bytes
Contents
--- layout: default --- <!-- Bootstrap-3.3.7 isolation CSS --> <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/css/vendor/bootstrap-iso.min.css"> <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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
type-on-strap-0.5.3 | _layouts/bootstrap.html |