Add support for Jekyll Archives plugin
- Option to select GitHub Pages compatible tag/category page archive or plugin generated archives
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: archive
|
||||
permalink: /category-archive/
|
||||
permalink: /categories/
|
||||
title: "Posts by Category"
|
||||
author_profile: false
|
||||
---
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: archive
|
||||
permalink: /tag-archive/
|
||||
permalink: /tags/
|
||||
title: "Posts by Tags"
|
||||
author_profile: false
|
||||
---
|
||||
|
Reference in New Issue
Block a user