From 85f5a9e57c4560484a4c0054513c9bfa8628382c Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Wed, 2 Aug 2017 10:14:29 +0200 Subject: [PATCH] feat: better site blueprint --- site/blueprints/site.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/site/blueprints/site.yml b/site/blueprints/site.yml index f9066da..97fd9e0 100644 --- a/site/blueprints/site.yml +++ b/site/blueprints/site.yml @@ -5,18 +5,22 @@ fields: title: label: Title type: text + width: 2/3 author: label: Author type: text - description: - label: Description - type: markdown + width: 1/3 keywords: label: Keywords type: tags + description: + label: Description + type: markdown copyright: label: Copyright type: markdown + width: 1/2 footerinfo: label: Footer type: markdown + width: 1/2