--- layout: default home: true --- {% include anchor_headings.html html=content anchorClass="anchor-head" beforeHeading=true h_min=1 h_max=4 %} {%- if site.posts != empty -%}

Recent Posts

{%- for post in site.posts limit: site.number_of_posts -%}
{{ post.date | date: "%b %d, %Y" }}

{{ post.title | escape }}

{%- endfor -%}
{%- endif -%}