{% if site.mailchimp_url %}

{{ site.title }} Newsletter

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

{% endif %}
{% if site.author_bio and site.author_name %}

About {{ site.author_name }}

{{ site.author_bio }}

{% endif %}

Latest Posts

    {% for post in site.posts limit:3 %}
  • {% if post.featured_image %} {% endif %}
    {{ post.title }}
    {{ post.date | date: "%B %-d, %Y" }}
  • {% endfor %}
{% capture site_tags %}{% for tag in site.tags %}{{ tag | first }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %} {% assign sortedTags = site_tags | split:',' | sort %}

Tags

{% for tag in sortedTags %} {{ tag }} {% endfor %}