Fix permalinks

This commit is contained in:
Michael Rose 2018-03-20 15:34:17 -04:00
parent 483184d566
commit 19a943eec1
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
--- ---
title: "Posts by Category" title: "Posts by Category"
layout: categories layout: categories
permalink: /categories-archive/ permalink: /categories/
author_profile: true author_profile: true
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: "Posts by Tag" title: "Posts by Tag"
permalink: /tags-archive/ permalink: /tags/
layout: tags layout: tags
author_profile: true author_profile: true
--- ---