forked from projects/fipamo
index markdown page renders to correct file name on change, changed published flag to true in index template file
This commit is contained in:
parent
473849c993
commit
9dd8be25f4
2 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ export default class Book {
|
|||
'---\n' +
|
||||
body.content;
|
||||
layout === 'index'
|
||||
? (path = 'content/pages/' + body.slug + '.md')
|
||||
? (path = 'content/pages/index.md')
|
||||
: (path =
|
||||
'content/pages/' +
|
||||
moment(body.created).format('YYYY') +
|
||||
|
|
|
@ -12,7 +12,7 @@ updated:
|
|||
deleted: false
|
||||
menu: false
|
||||
featured: false
|
||||
published: false
|
||||
published: true
|
||||
slug: index
|
||||
---
|
||||
# F**k Yes
|
||||
|
|
Loading…
Reference in a new issue