From 93ce452f78e2c5d1de8627a6860f1a54faf283ec Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 21 Feb 2025 17:01:08 +0800 Subject: [PATCH] renamed dl --- content/{action => download}/index.md | 4 ++-- content/{action => download}/mycel2.png | Bin templates/layouts/{action.html => download.html} | 0 templates/layouts/what.html | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename content/{action => download}/index.md (89%) rename content/{action => download}/mycel2.png (100%) rename templates/layouts/{action.html => download.html} (100%) diff --git a/content/action/index.md b/content/download/index.md similarity index 89% rename from content/action/index.md rename to content/download/index.md index f33a78b..d6d1dc7 100644 --- a/content/action/index.md +++ b/content/download/index.md @@ -1,7 +1,7 @@ --- title: "Take actions" description: "Mycelium is a decentralized networking and storage solution designed to integrate seamlessly with AI workloads, content delivery, and messaging." -template: "layouts/action.html" +template: "layouts/download.html" insert_anchor_links: "left" extra: @@ -16,7 +16,7 @@ extra: To see the list of the section blocks in this page, add or remove some of the partial pages, go to: static/templates/layouts/index.html. -HOMEPAGE (static/templates/layouts/action.html) contains: +HOMEPAGE (static/templates/layouts/download.html) contains: 1. Hero section: "templates/partials/download/download1.html 2. faq section: "templates/partials/hero/myhero6.html" diff --git a/content/action/mycel2.png b/content/download/mycel2.png similarity index 100% rename from content/action/mycel2.png rename to content/download/mycel2.png diff --git a/templates/layouts/action.html b/templates/layouts/download.html similarity index 100% rename from templates/layouts/action.html rename to templates/layouts/download.html diff --git a/templates/layouts/what.html b/templates/layouts/what.html index de60e92..63b3c63 100644 --- a/templates/layouts/what.html +++ b/templates/layouts/what.html @@ -9,7 +9,7 @@ {% include "partials/home/cta.html" %} {% include "partials/action/video.html" %} {% include "partials/action/web4tools.html" %} -{% include "partials/action/action.html" %} +{% include "partials/action/download.html" %} {% include "partials/about/about5.html" %} {% include "partials/home/cta.html" %} {% include "partials/about/about6.html" %}