a3d251a18e
- Add support for collections - Add support for crumb links that point to auto-generated archive pages (courtesy of Jekyll Archives plugin) and single page Liquid spaghetti pages - Improve styling
12 lines
No EOL
194 B
HTML
12 lines
No EOL
194 B
HTML
---
|
|
layout: archive
|
|
title: "Recipes"
|
|
permalink: /recipes/
|
|
author_profile: false
|
|
---
|
|
|
|
{% include base_path %}
|
|
|
|
{% for post in site.recipes %}
|
|
{% include archive-list-single.html %}
|
|
{% endfor %} |