Sha256: 2de3d323911e9dada0010d1a2e19d6a77d6a53528e9b69d3d4d3a2e45346eace
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
--- layout: default --- <main> <article class="flex flex-column items-center"> <header class="mw7 w-100 ph3 ph4-m"> {% if site.data.theme.post_meta %} {% include post_meta.html %} {% endif %} {% unless page.header.layout == 'hero' %} <h1 class="f2 fw6 lh-title mb1">{{ page.title }}</h1> {% if page.subtitle %} <h2 class="f3 fw4 lh-title light-silver mv2">{{ page.subtitle }}</h2> {% endif %} {% endunless %} </header> <div class="mw7 w-100 ph3 ph4-m f5 f4-ns fw3 lh-copy mb0"> {{ content }} </div> <div class="mw7 w-100 ph3 ph4-m lh-copy"> {% if site.data.theme.category_tag_list %} {% include category_tag_list.html %} {% endif %} {% if site.data.theme.share_icons %} {% include share_icons.html %} {% endif %} {% if site.data.theme.author_bio %} {% include author_bio.html %} {% endif %} {% if page.cta %} {% include cta/{{page.cta}}.html %} {% endif %} {% if site.data.theme.disqus.shortname %} {% include disqus_comments.html %} {% endif %} </div> </article> </main>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
minimal-jekyll-theme-0.1.3 | _layouts/post.html |