Sha256: c1c24ac10f253d1a442d17ad1590c3a39c97272acfa83d8a3dee5149553e5d28
Contents?: true
Size: 922 Bytes
Versions: 1
Compression:
Stored size: 922 Bytes
Contents
--- layout: default --- <main> <article class="mw7 center w-100 sans-serif dark-gray pa3 mt5"> <header> <h1 class="f2 f1-l lh-title">{{ page.title }}</h1> <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="measure f5 f4-ns lh-copy"> {{ content }} {% if page.comments != false %} {% if site.disqus.shortname %} <div class="mt5"> {% include disqus_comments.html %} </div> {% endif %} {% endif %} </div> </article> </main>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-jam-0.0.1 | _layouts/post.html |