Sha256: 65a3901d1c449389417b1cb957d73c83de7395681fb1a307c89955951ab80d07
Contents?: true
Size: 594 Bytes
Versions: 3
Compression:
Stored size: 594 Bytes
Contents
--- layout: default fluid: true --- <div class="col-12 col-md-10 col-lg-8 col-xl-6 pt-4 pt-lg-5 page-wrap"> <article class="post"> <header class="post-header mb-3"> <h1 class="mb-0">{{ page.title }}</h1> <time class="body-sm" datetime="{{ page.date | date: '%Y-%m-%d' }}"> <strong>{{ page.date | date: "%B %d, %Y"}}</strong> </time> {%- if page.cover -%} {%- include image.html src=page.cover legend=page.legend class="mt-md-3 mb-md-2 mt-2" -%} {%- endif -%} </header> <section> {{ content }} </section> </article> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
another-theme-1.0.4 | _layouts/post.html |
another-theme-1.0.3 | _layouts/post.html |
another-theme-1.0.2 | _layouts/post.html |