From 25ccf83be4307e29d6ad4d87c54a910381d5b583 Mon Sep 17 00:00:00 2001 From: pdelboca Date: Tue, 5 Dec 2023 09:50:12 +0100 Subject: [PATCH] Clean old cms_homepage snippets --- templates/homepage/feature-item.html | 15 --------- templates/homepage/footer.html | 43 ------------------------ templates/homepage/hero.html | 14 -------- templates/homepage/img-set.html | 8 ----- templates/homepage/section-features.html | 11 ------ templates/homepage/section-simple.html | 7 ---- templates/homepage/section-txt.html | 7 ---- 7 files changed, 105 deletions(-) delete mode 100644 templates/homepage/feature-item.html delete mode 100644 templates/homepage/footer.html delete mode 100644 templates/homepage/hero.html delete mode 100644 templates/homepage/img-set.html delete mode 100644 templates/homepage/section-features.html delete mode 100644 templates/homepage/section-simple.html delete mode 100644 templates/homepage/section-txt.html diff --git a/templates/homepage/feature-item.html b/templates/homepage/feature-item.html deleted file mode 100644 index a4e5927c..00000000 --- a/templates/homepage/feature-item.html +++ /dev/null @@ -1,15 +0,0 @@ - - -
- -
- - {% if title %} - {{ title }} - {% endif %} - {{ description }} - - Learn more - -
- diff --git a/templates/homepage/footer.html b/templates/homepage/footer.html deleted file mode 100644 index cbdd1a61..00000000 --- a/templates/homepage/footer.html +++ /dev/null @@ -1,43 +0,0 @@ -{% load static %} - diff --git a/templates/homepage/hero.html b/templates/homepage/hero.html deleted file mode 100644 index 6c257bdd..00000000 --- a/templates/homepage/hero.html +++ /dev/null @@ -1,14 +0,0 @@ - -
-
-
-
- {{ contentImage }} -
-
- {{ contentText }} -
-
-
-
- diff --git a/templates/homepage/img-set.html b/templates/homepage/img-set.html deleted file mode 100644 index b7687970..00000000 --- a/templates/homepage/img-set.html +++ /dev/null @@ -1,8 +0,0 @@ - -
- -
- {{ imgText }} -
-
- diff --git a/templates/homepage/section-features.html b/templates/homepage/section-features.html deleted file mode 100644 index d74bfba3..00000000 --- a/templates/homepage/section-features.html +++ /dev/null @@ -1,11 +0,0 @@ - -
-
- {{ contentHeader }} - -
- {{ contentFeatures}} -
-
-
- diff --git a/templates/homepage/section-simple.html b/templates/homepage/section-simple.html deleted file mode 100644 index 04555782..00000000 --- a/templates/homepage/section-simple.html +++ /dev/null @@ -1,7 +0,0 @@ - -
-
- {{ contentSection}} -
-
- diff --git a/templates/homepage/section-txt.html b/templates/homepage/section-txt.html deleted file mode 100644 index e732868d..00000000 --- a/templates/homepage/section-txt.html +++ /dev/null @@ -1,7 +0,0 @@ -
-
-
- {{ contentSection}} -
-
-