recipe-site/index.html

8 lines
178 B
HTML
Raw Normal View History

2020-02-29 16:07:24 +00:00
---
title: Home
layout: default
---
<h1>Home</h1>
<p>Currently tracking {{ site.recipes.size }} recipes and {{ site.subrecipes.size }} subrecipes.</p>
{% include recipes.html %}