From fd6e122c9089578e525a5b3ff3fcccb3eaa56d37 Mon Sep 17 00:00:00 2001 From: samaradel Date: Mon, 25 Jul 2022 14:20:49 +0200 Subject: [PATCH 1/4] Add base --- templates/partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/partials/head.html b/templates/partials/head.html index 6df5c98e9..53a630003 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -5,6 +5,7 @@ {% set zolaVer = '0.13.0' %} + {% block title %} {% if current_path == '/' %} From 707fa3675ea9d4e47304b304c1946914f71408ca Mon Sep 17 00:00:00 2001 From: samaradel Date: Mon, 25 Jul 2022 14:27:02 +0200 Subject: [PATCH 2/4] test paths --- content/community/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/community/_index.md b/content/community/_index.md index 4f4543bea..5f0c04235 100644 --- a/content/community/_index.md +++ b/content/community/_index.md @@ -106,7 +106,7 @@ We're a 100% open-source and community-driven project that builds the critical i Join the movement by connecting a node at your home or office. All you need is compatible hardware, electricity and network bandwidth to take part in the decentralization of the global Internet. - + {% end %} From 8a869450ec4d60f49f7ba79bf141c93c76f4f27f Mon Sep 17 00:00:00 2001 From: samaradel Date: Mon, 25 Jul 2022 15:51:37 +0200 Subject: [PATCH 3/4] test script --- .github/workflows/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f0b34c176..874d37bf2 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -12,6 +12,7 @@ jobs: uses: shalzz/zola-deploy-action@v0.14.1 env: # Target branch + PATH_PREFIX: ${{ github.event.repository.name }} PAGES_BRANCH: gh-pages # Provide personal access token TOKEN: ${{ secrets.TOKEN }} \ No newline at end of file From 980595aee686a5dfe7df5a8b2bf3ea0f66c7adfb Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 26 Jul 2022 09:33:11 +0200 Subject: [PATCH 4/4] update action --- .github/workflows/action.yml | 1 - templates/partials/head.html | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 874d37bf2..f0b34c176 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -12,7 +12,6 @@ jobs: uses: shalzz/zola-deploy-action@v0.14.1 env: # Target branch - PATH_PREFIX: ${{ github.event.repository.name }} PAGES_BRANCH: gh-pages # Provide personal access token TOKEN: ${{ secrets.TOKEN }} \ No newline at end of file diff --git a/templates/partials/head.html b/templates/partials/head.html index 53a630003..6df5c98e9 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -5,7 +5,6 @@ {% set zolaVer = '0.13.0' %} - {% block title %} {% if current_path == '/' %}