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 %} +