--- layout: default --- {{ content }} {% assign notes = site.notes %}

Recent Notes

{%- if notes.size > 0 -%} {%- assign date_format = site.minima.date_format | default: "%B %-d, %Y" -%} {%- for note in notes -%}

{{ note.title | escape }}

{{ note.content | strip_html | escape | truncate: 300}}

{%- endfor -%}

{%- endif -%}