Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 287 Bytes

File metadata and controls

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