Sha256: 22ff59db83fffa533da1a41655e72cd79752e0b5ce98839bed944df05ccaad79
Contents?: true
Size: 502 Bytes
Versions: 2
Compression:
Stored size: 502 Bytes
Contents
--- layout: default --- <h2 style="text-align: center">{{ page.title }}</h2> {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%} {%- for post in page.posts -%} <div class="post-card" style="display: block"> <span class="post-date">{{ post.date | date: date_format }}</span> <span class="post-name"> <a href="{{ post.url | relative_url }}" class="post-link">{{ post.title }}</a> </span> </div> {%- endfor -%} {{ content }}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-ink-0.1.4 | _layouts/category.html |
jekyll-theme-ink-0.1.3 | _layouts/category.html |