Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.01 KB

File metadata and controls

36 lines (31 loc) · 1.01 KB
layout page
title Student Cookbook
tagline Easy recipes for everyday living

{% include JB/setup %}

Featured Recipes

All Recipes

    {% assign pages_list = site.pages %} {% assign group = 'recipe' %} {% include JB/pages_list %}
    {% for post in site.posts %}
  • {{ post.date | date_to_string }} » {{ post.title }}
  • {% endfor %}