Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 287 Bytes

recipes.md

File metadata and controls

14 lines (13 loc) · 287 Bytes
layout title group
default
Recipes
navigation
    {% assign sorted_recipes = site.posts | sort:"title" %} {% for post in sorted_recipes %}
  • {{ post.title }}
  • {% endfor %}