--- layout: base.njk title: Blog description: Welcome to my website! I write about tech, politics, food, and hobby projects. Stay a while, make some friends, learn something, and help your neighbors. ---

{{ description }}

{% if collections.posts.length > 0 %}

Blog Posts

{% if collections.posts.length > 3 %} view all {% endif %}
{% endif %} {% set recipesList = [] %} {% for slug, recipeData in collections.recipesBySlug %} {% if recipeData.newest %} {% set recipesList = recipesList.concat([{slug: slug, data: recipeData}]) %} {% endif %} {% endfor %} {% if recipesList.length > 0 %}

Recipes

{% if recipesList.length > 3 %} view all {% endif %}
{% endif %}