Sha256: 2da5ac63b8ac6e389b1de70caf066d52230806496a5ffdd6201b30667c328ac2
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
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"> <!-- Bootstrap JS --> <script src="{{ site.baseurl }}/assets/js/vendor/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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-type-on-strap-4.0.2 | _layouts/bootstrap.html |