From 143a19efae82379df531869608d66dea73095066 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 31 Dec 2019 01:50:52 +0100 Subject: [PATCH] +subtitle --- content/u/products/contents.lr | 1 + models/products.ini | 4 ++++ templates/layout-2020.html | 1 + templates/products.html | 8 ++++---- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/content/u/products/contents.lr b/content/u/products/contents.lr index 45bbce7..ef0e2a0 100644 --- a/content/u/products/contents.lr +++ b/content/u/products/contents.lr @@ -3,3 +3,4 @@ _model: products title: Products --- subtitle: Our offer to make your life easier. +--- diff --git a/models/products.ini b/models/products.ini index c9c030d..10a2c89 100644 --- a/models/products.ini +++ b/models/products.ini @@ -7,5 +7,9 @@ hidden = yes label = Title type = string +[fields.subtitle] +label = Subtitle +type = string + [children] model = product \ No newline at end of file diff --git a/templates/layout-2020.html b/templates/layout-2020.html index 52620ce..3007012 100644 --- a/templates/layout-2020.html +++ b/templates/layout-2020.html @@ -60,6 +60,7 @@ {% block content %}{% endblock %} +