diff --git a/cotton_daisy/templates/hero.html b/cotton_daisy/templates/hero.html new file mode 100644 index 0000000..e78e8e0 --- /dev/null +++ b/cotton_daisy/templates/hero.html @@ -0,0 +1,47 @@ + + +{% if overlay and image_src %} +
+
+
+
+ {% if title %} +

{{ title }}

+ {% endif %} + {{ slot }} +
+
+
+{% else %} +
+ {% if center is True %} +
+ {% else %} + {% if reverse %} +
+ {% else %} +
+ {% endif %} + + {% if image_src %} + {{ image_alt }} + {% endif %} + {% endif %} +
+ {% if title %} +

{{ title }}

+ {% endif %} + {{ slot }} +
+
+
+{% endif %} diff --git a/cotton_daisy/templates/menu.html b/cotton_daisy/templates/menu.html index 720ce6a..8a40ebe 100644 --- a/cotton_daisy/templates/menu.html +++ b/cotton_daisy/templates/menu.html @@ -1,6 +1,6 @@ -