Removed comments_enabled
field from blog post
This commit is contained in:
parent
876b7074d2
commit
f184a48243
7 changed files with 0 additions and 18 deletions
|
@ -2,8 +2,6 @@ title: New site
|
||||||
---
|
---
|
||||||
_template: blog/post.html
|
_template: blog/post.html
|
||||||
---
|
---
|
||||||
comments_enabled: yes
|
|
||||||
---
|
|
||||||
pub_date: 2016-12-21
|
pub_date: 2016-12-21
|
||||||
---
|
---
|
||||||
body:
|
body:
|
||||||
|
|
|
@ -2,8 +2,6 @@ title: A week for personal development
|
||||||
---
|
---
|
||||||
_template: blog/post.html
|
_template: blog/post.html
|
||||||
---
|
---
|
||||||
comments_enabled: yes
|
|
||||||
---
|
|
||||||
pub_date: 2016-12-26
|
pub_date: 2016-12-26
|
||||||
---
|
---
|
||||||
body:
|
body:
|
||||||
|
|
|
@ -58,8 +58,6 @@ edit_comment:
|
||||||
|
|
||||||
**2017/04/23**: Stroked the link to the pre-order items since I deleted that page.
|
**2017/04/23**: Stroked the link to the pre-order items since I deleted that page.
|
||||||
---
|
---
|
||||||
comments_enabled: yes
|
|
||||||
---
|
|
||||||
pub_date: 2017-01-31
|
pub_date: 2017-01-31
|
||||||
---
|
---
|
||||||
_template: blog/post.html
|
_template: blog/post.html
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
title: I finished playing Untitled Goose Game
|
title: I finished playing Untitled Goose Game
|
||||||
---
|
---
|
||||||
comments_enabled: yes
|
|
||||||
---
|
|
||||||
pub_date: 2019-09-27
|
pub_date: 2019-09-27
|
||||||
---
|
---
|
||||||
tags: nintendo switch, game
|
tags: nintendo switch, game
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
title: I finished reading A gathering of Shadows
|
title: I finished reading A gathering of Shadows
|
||||||
---
|
---
|
||||||
comments_enabled: yes
|
|
||||||
---
|
|
||||||
pub_date: 2019-10-21
|
pub_date: 2019-10-21
|
||||||
---
|
---
|
||||||
tags: book, read
|
tags: book, read
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
title: 2019
|
title: 2019
|
||||||
---
|
---
|
||||||
comments_enabled: no
|
|
||||||
---
|
|
||||||
pub_date: 2020-01-01
|
pub_date: 2020-01-01
|
||||||
---
|
---
|
||||||
tags: year
|
tags: year
|
||||||
|
|
|
@ -13,12 +13,6 @@ label = Publication date
|
||||||
type = date
|
type = date
|
||||||
width = 1/4
|
width = 1/4
|
||||||
|
|
||||||
[fields.comments_enabled]
|
|
||||||
label = Comments enabled
|
|
||||||
type = boolean
|
|
||||||
default = true
|
|
||||||
width = 1/4
|
|
||||||
|
|
||||||
[fields.tags]
|
[fields.tags]
|
||||||
label = Tags
|
label = Tags
|
||||||
type = string
|
type = string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue