Sha256: d22e4fe45f5fbc1ae2a9b17376a89ecbc967e6a041a6b9e70bdc2f0841cfde17
Contents?: true
Size: 1.01 KB
Versions: 4
Compression:
Stored size: 1.01 KB
Contents
--- layout: default --- {%- assign _posts = site.posts | sort: 'date' | reverse -%} {%- include header.html scrolly_nav=_posts -%} <!-- Main --> <div id="main"> {%- if page.content != "" -%} {%- include section.html title=page.title photo=page.cover-photo photo-alt=page.cover-photo-alt auto-header=page.auto-header content=page.content -%} {%- endif -%} <!-- Posts List --> {%- for _post in _posts -%} {%- capture _title -%} <a href="{{- _post.url | absolute_url -}}">{{- _post.title -}}</a> {%- endcapture -%} {%- capture _subtitle -%} {% if _post.author -%}{{- _post.author }} | {% endif %} {{- _post.date | date_to_long_string -}} {%- endcapture -%} {%- capture _excerpt -%}<p>{{- _post.excerpt | strip_html | truncatewords: 100 -}}</p>{%- endcapture -%} {%- capture _link -%}<a href="{{- _post.url | absolute_url -}}">read more</a>{%- endcapture -%} {%- assign _content = _excerpt | append: _link -%} {%- include section.html title=_title subtitle=_subtitle content=_content -%} {%- endfor -%} </div>
Version data entries
4 entries across 4 versions & 1 rubygems