Add posts, categories, category, tags, tag, and collection layouts
Replace sample pages with hard coded HTML and Liquid in favor of a layout that does all the heavy lifting. Assign the appropriate `layout` via YAML Front Matter and away you go.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: archive
|
||||
title: "Recipes"
|
||||
permalink: /recipes/
|
||||
permalink: /recipes-archive/
|
||||
author_profile: false
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user