diff --git a/.github/workflows/seo.yml b/.github/workflows/seo.yml index f6030ea..cc7a4bb 100644 --- a/.github/workflows/seo.yml +++ b/.github/workflows/seo.yml @@ -19,7 +19,7 @@ jobs: uses: lycheeverse/lychee-action@v1.8.0 with: fail: true - args: --timeout 60 --max-redirects 10 -a 403,500,503,504 . + args: --timeout 60 --max-redirects 10 -a 403,500,502,503,504 . seo_spy_orphan_pages: runs-on: ubuntu-latest diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 8f0d8c6..a997eef 100755 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -202,8 +202,8 @@ weight = 5 [[main]] parent = "News" -name = "Why we fight for freedom?" -url = "newest-video/" +name = "Why fight for freedom?" +url = "why-fight-for-freedom/" weight = 15 [[main]] diff --git a/content/newest-video.md b/content/why-fight-for-freedom.md similarity index 98% rename from content/newest-video.md rename to content/why-fight-for-freedom.md index c4dcf7b..24cfcbb 100644 --- a/content/newest-video.md +++ b/content/why-fight-for-freedom.md @@ -1,5 +1,5 @@ --- -title: "Why we fight for freedom?" +title: "Why fight for freedom?" description: "" image: "images/operating-system.jpg" draft: false