title | layout | hide_nav | show_read_time |
---|---|---|---|
Updates |
page |
true |
false |
{%- if site.posts.size > 0 -%}
-
{%- for post in site.posts -%}
- {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} {{ post.date | date: date_format }} {%- if site.read_time == true and page.show_read_time != false -%} · {%- include read-time.html content=post.content -%} min read {%- endif -%} {%- if site.show_excerpts != false and page.show_excerpts != false -%} {{ post.excerpt }} {%- if post.content.size > post.excerpt.size -%} [continue reading "{{ post.title | truncatewords: 4 }}"] {%- endif -%} {%- else -%} {{ post.content }} {%- endif -%} {%- endfor -%}
<!-- <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p> -->
{%- endif -%}