Add example site for testing
This commit is contained in:
12
example/_pages/recipes-archive.html
Executable file
12
example/_pages/recipes-archive.html
Executable file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
layout: archive
|
||||
title: "Recipes"
|
||||
permalink: /recipes/
|
||||
author_profile: false
|
||||
---
|
||||
|
||||
{% include base_path %}
|
||||
|
||||
{% for post in site.recipes %}
|
||||
{% include archive-single.html %}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user