fixing permalinks

This commit is contained in:
tomjohnson1492
2016-07-06 17:45:00 -07:00
parent bce638b7ab
commit cce99619c0
108 changed files with 213 additions and 221 deletions

View File

@ -1,7 +1,7 @@
---
title: "Test post from last year"
categories: jekyll update
permalink: test-post-from-last-year
permalink: test-post-from-last-year.html
tags: [news]
---

View File

@ -1,7 +1,7 @@
---
title: "Welcome to Jekyll!"
categories: jekyll update
permalink: myupdate
permalink: myupdate.html
tags: [news]
---

View File

@ -1,7 +1,7 @@
---
title: "Sample post"
published: true
permalink: samplepost
permalink: samplepost.html
summary: "This is some summary frontmatter for my sample post."
tags: [news, getting_started]
---