Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.05 KB

File metadata and controls

54 lines (40 loc) · 1.05 KB
layout default
title Scott Ireton

Projects

Buying vs Renting Calculator


Hawaii 2025


Recipes

{% assign recipes_by_category = site.recipes | group_by: 'category' | sort: 'name' %} {% for category_group in recipes_by_category %}

{{ category_group.name }}

    {% assign sorted_recipes = category_group.items | sort: 'title' %} {% for recipe in sorted_recipes %}
  • {{ recipe.title }}
  • {% endfor %}
{% endfor %}

Family


Quotes