Sha256: 6e5936ff0c9851eb8ecfb10bc234a49452dbd7ed6422154adbc2af88ccc58e73
Contents?: true
Size: 629 Bytes
Versions: 2
Compression:
Stored size: 629 Bytes
Contents
--- layout: index --- <!-- Homepage Layout --> {%- for post in site.posts -%} <div class="snip"> <div class="snip-header"> <h2 class="snip-title"> {{ post.title }} </h2> <h4 class="snip-subtitle"> {{ post.date | date_to_string: 'ordinal', 'US' }} </h4> </div> <div class="snip-excerpt"> {{ post.excerpt }} </div> <div class="button-group"> <a class="button" href="{{ post.url }}"> Read More </a> </div> </div> {%- endfor -%}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-peaceful-gates-2.2.0 | _layouts/post-index.html |
jekyll-theme-peaceful-gates-2.0.0 | _layouts/post-index.html |