Removed comments_enabled field from blog post

This commit is contained in:
Felipe M 2020-01-26 17:08:14 +01:00
parent 876b7074d2
commit f184a48243
Signed by: fmartingr
GPG key ID: 716BC147715E716F
7 changed files with 0 additions and 18 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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