From 0487e0d3fcba29b0bcf776a37c8cced81037cff1 Mon Sep 17 00:00:00 2001 From: Jameson Zimmer Date: Wed, 16 Sep 2015 16:07:08 +0800 Subject: [PATCH] adding post-specific prose.io configuration --- _config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_config.yml b/_config.yml index 0585dad..4cf5935 100644 --- a/_config.yml +++ b/_config.yml @@ -127,6 +127,13 @@ prose: label: "Subtitle" placeholder: "A description of your post." alterable: true + - name: "date" + field: + element: "text" + label: "Date" + help: "Enter date of post." + placeholder: "yyyy-mm-dd" + alterable: true - name: "published" field: element: "checkbox"