---
layout: default
---
{%- if page.title %}
{%- endif -%}
{{ content }}
{%- if site.posts.size > 0 %}
{%- assign date_format = site.cyclist.date_format | default: "%A, %b %-d, %Y" -%}
{%- assign posts_limit = site.posts_limit | default: "20" %}
{%- for post in site.posts limit: posts_limit %}
{% if current_date != post.date and current_date %}
{% endif %}
{% if current_date != post.date %}
{% endif %}
{%- assign current_date = post.date %}
{% if site.show_excerpts -%}
{{ post.excerpt }}
{%- endif -%}
{%- if site.show_contents -%}
{{ post.content }}
{%- endif %}
{%- endfor %}
{% endif -%}