--- layout: wrapper ---
{% include sidebar.html blocks="sidebar_blog" %} {%- assign date_format = site.amethyst.date_format | default: "%e %B %Y" -%} {%- assign posts = page.posts -%}

Archive: {{ page.date | date: '%Y' }}

{%- for post in posts -%}

{{ post.title | escape }}

{{- post.excerpt -}} {%- if post.excerpt != post.content %} Continue reading "{{ post.title | escape }}". {%- endif -%}
{%- endfor -%}