Sha256: 5448829e6e8a3db960759677815ce79460d5c120bdaa67566a1a61b7aa9401b2
Contents?: true
Size: 754 Bytes
Versions: 1
Compression:
Stored size: 754 Bytes
Contents
--- layout: page --- {{ content }} <section> {% for post in site.posts %} <a class="link black-80" href="{{ post.url | relative_url }}"> <article class="pv2"> <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 %} </section>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ark-jekyll-theme-0.0.2 | _layouts/archive.html |