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,6 +1,6 @@
|
||||
---
|
||||
layout: archive
|
||||
permalink: /categories/
|
||||
permalink: /categories-archive/
|
||||
title: "Posts by Category"
|
||||
author_profile: true
|
||||
---
|
||||
|
Reference in New Issue
Block a user