diff --git a/content/header/index.md b/content/header/index.md index eac4dc5bc..ffd3c6ec8 100644 --- a/content/header/index.md +++ b/content/header/index.md @@ -8,7 +8,7 @@ extra: --- - [Why]("/about") -- [Products]("/products") +- [Products]("/solutions") - Info diff --git a/content/products/index.md b/content/solutions/index.md similarity index 75% rename from content/products/index.md rename to content/solutions/index.md index abd4b80c2..74f5d8ae9 100644 --- a/content/products/index.md +++ b/content/solutions/index.md @@ -1,7 +1,7 @@ --- -title: "Products" -description: "ThreeFold's products." # quotation marks to allow colons where used -template: "layouts/products.html" +title: "Solutions" +description: "ThreeFold's Solutions." # quotation marks to allow colons where used +template: "layouts/solutions.html" insert_anchor_links: "left" extra: author: Your name here diff --git a/templates/layouts/products.html b/templates/layouts/products.html deleted file mode 100644 index 03011420f..000000000 --- a/templates/layouts/products.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} - -{% include "partials/products/hero.html" %} -{% include "partials/products/portfolio.html" %} -{% include "partials/home/cta.html" %} -{% endblock content %} \ No newline at end of file diff --git a/templates/layouts/solutions.html b/templates/layouts/solutions.html new file mode 100644 index 000000000..c916d6e2c --- /dev/null +++ b/templates/layouts/solutions.html @@ -0,0 +1,7 @@ +{% extends "_default/base.html" %} +{% block content %} + +{% include "partials/solutions/hero.html" %} +{% include "partials/solutions/portfolio.html" %} +{% include "partials/solutions/cta.html" %} +{% endblock content %} \ No newline at end of file diff --git a/templates/partials/home/hero.html b/templates/partials/home/hero.html index 820b5f378..d30b7993e 100644 --- a/templates/partials/home/hero.html +++ b/templates/partials/home/hero.html @@ -6,7 +6,7 @@
That's ThreeFold.
diff --git a/templates/partials/products/hero.html b/templates/partials/solutions/hero.html similarity index 100% rename from templates/partials/products/hero.html rename to templates/partials/solutions/hero.html diff --git a/templates/partials/products/portfolio copy.html b/templates/partials/solutions/portfolio copy.html similarity index 100% rename from templates/partials/products/portfolio copy.html rename to templates/partials/solutions/portfolio copy.html diff --git a/templates/partials/products/portfolio.html b/templates/partials/solutions/portfolio.html similarity index 100% rename from templates/partials/products/portfolio.html rename to templates/partials/solutions/portfolio.html