Sha256: 1a6ab28434efd620769ec75adf6140e8c3f9e71006d6c1271bd6c1f4b121ae91
Contents?: true
Size: 872 Bytes
Versions: 1
Compression:
Stored size: 872 Bytes
Contents
--- layout: default --- {% if page.introduction %} <section class="f5 fw4 lh-copy measure"> {{ page.introduction | markdownify }} </section> {% endif %} {% for post in site.posts limit: site.data.theme.text.post_limit %} <a class="link black-80" href="{{ post.url | relative_url }}"> <article class="pv2 measure"> <h3 class="f3 fw8 lh-title mb0">{{ post.title | escape }}</h3> <p class="f5 fw4 lh-copy mv2">{{ post.description | remove: '<p>' | remove: '</p>' }}</p> <div class="f5 fw4 gray"> {% if post.last_modified_at %} <span>{{ site.data.theme.text.updated }} <time>{{ post.last_modified_at | date: site.date_format }}</time></span> {% else %} <time>{{ post.date | date: site.date_format }}</time> {% endif %} <span class="ttl">· {% include read_time.html %}</span> </div> </article> </a> {% endfor %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ark-jekyll-theme-0.0.2 | _layouts/home.html |