Sha256: 53c1525a46667e12474d4c7fb163c59c01a74cb781186cf5b6aa2b9513528d96
Contents?: true
Size: 948 Bytes
Versions: 1
Compression:
Stored size: 948 Bytes
Contents
--- layout: default --- <main> <article> <header class="lh-title"> <h1 class="f2 f1-m f1-l fw8">{{ page.title }}</h1> {% if page.subtitle %} <h2 class="f3 fw4 gray mv2">{{ page.subtitle }}</h2> {% endif %} <div class="f5 fw4 gray"> {% if page.last_modified_at %} <span>{{ site.data.theme.text.updated }} <time datetime="{{ page.last_modified_at }}">{{ page.last_modified_at | date: site.date_format }}</time></span> {% else %} <time datetime="{{ page.date }}">{{ page.date | date: site.date_format }}</time> {% endif %} <span class="ttl">· {% include read_time.html %}</span> </div> </header> <div class="f5 fw4 lh-copy measure"> {{ content }} {% if page.comments != false %} {% if site.disqus.shortname %} {% include disqus_comments.html %} {% endif %} {% endif %} </div> </article> </main>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ark-jekyll-theme-0.0.2 | _layouts/post.html |