getgrav / getgrav/grav-plugin-admin

Setting 'Published' to 'No' removes 'date:' attribute in frontmatter

Open
#733 0 comments 0 reactions 0 assignees View on GitHub
evaluating
Dominant language
PHP
Stars
377
Forks
225
Avg merge
11h 51m
Merged PRs (30d)
4

Description

Front matter before setting Published to 'No' in Normal mode

title: 'Just Some Text Today'
date: '13:34 04/23/2016'
continue_link: false
author: 'Andy Rhuker'
body_classes: 'header-lite fullwidth blogstyling'
taxonomy:
category:
- blog
tag:
- journal

Front matter after setting Published to 'No' in Normal mode

title: 'Just Some Text Today'
published: false
taxonomy:
category:
- blog
tag:
- journal
body_classes: 'header-lite fullwidth blogstyling'
continue_link: false
author: 'Andy Rhuker'

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.