Sha256: 6efd93385056a096373a7c81ec476845b86a5587a44e4d133313ef3625f18989

Contents?: true

Size: 1.49 KB

Versions: 18

Compression:

Stored size: 1.49 KB

Contents

---
layout: default
---

{% if page.cover %}
<div class="jumbotron jumbotron-fluid mb-5" style="position:relative;background-image:url('{{ page.cover }}');background-size:cover;background-position:center;  height: 65vh; color:white;">
  <div class="container" style="position: absolute; bottom: 0;background:rgba(0,0,0,.7); width:100%; max-width:none; text-shadow: rgb(0, 0, 0) 1px 2px;">
    <div class="row">
      <div class="offset-1 col-11">
        <h1 class="display-3 text-uppercase">{{ page.long_title | escape }}</h1>
      </div>
    </div>
  </div>
</div>
{% endif %}

<main class="container mt-10" aria-label="Content" itemscope itemtype="http://schema.org/BlogPosting">

  <article class="row">

    {% if page.cover == null %}
    <div class="col-12">
      <h1 class="display-5 text-uppercase">{{ page.title | escape }}</h1>
      <p class="lead" style="font-weight:400; padding:1% 0;">{{ page.description  }}</p>
    </div>
    {% endif %}
    
    {% if content %}
    <div class="col-3 text-right " >
      <span class="post-meta text-d10-{{ color }}">{{ page.date | date: "%b %-d, %Y" }}</span>
    </div>
    <div class="col">
      {{ content }}
    </div>
    {% endif %}
    

    {% if page.toc %}
    <div class="col-12 col-md-4">
      <h4>Contents</h4>
      {{ content | toc_only }} 
      
      {% include ad.html %}
    </div>
    {% endif %}
    
    <!-- <header class="col-12">
      <h1 class="page-title">{{ page.title | escape }}</h1>
    </header> -->
    
    

  </article>

</main>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
solar-flair-0.3.0 _layouts/post.html
solar-flair-0.2.15 _layouts/post.html
solar-flair-0.2.14 _layouts/post.html
solar-flair-0.2.13 _layouts/post.html
solar-flair-0.2.12 _layouts/post.html
solar-flair-0.2.11 _layouts/post.html
solar-flair-0.2.10 _layouts/post.html
solar-flair-0.2.9 _layouts/post.html
solar-flair-0.2.8 _layouts/post.html
solar-flair-0.2.7 _layouts/post.html
solar-flair-0.2.6 _layouts/post.html
solar-flair-0.2.5 _layouts/post.html
solar-flair-0.2.4 _layouts/post.html
solar-flair-0.2.3 _layouts/post.html
solar-flair-0.2.2 _layouts/post.html
solar-flair-0.2.1 _layouts/post.html
solar-flair-0.2.0 _layouts/post.html
solar-flair-0.1.10 _layouts/post.html