From d857843dd95f6b18277b7c8ab16cc8898a050a37 Mon Sep 17 00:00:00 2001 From: Smoke-ck <2056sanya9snake@gmail.com> Date: Wed, 12 Feb 2025 12:14:01 +0200 Subject: [PATCH] Fix links redirects --- _config.yml | 1 + _data/navbar.yml | 10 +++++----- about.html | 4 +++- blog/index.html | 3 +++ contacts.html | 3 ++- expertise.html | 3 ++- faq.html | 4 +++- reviews.html | 4 +++- services.html | 4 +++- 9 files changed, 25 insertions(+), 11 deletions(-) diff --git a/_config.yml b/_config.yml index b399713c..b6dc41ef 100644 --- a/_config.yml +++ b/_config.yml @@ -41,6 +41,7 @@ plugins: - jekyll-minifier include: ['_solutions'] +permalink: pretty pagination: enabled: true diff --git a/_data/navbar.yml b/_data/navbar.yml index f648d86a..573670f8 100644 --- a/_data/navbar.yml +++ b/_data/navbar.yml @@ -5,9 +5,9 @@ links: - section: Team link: /about/team - page: Expertise - link: /expertise + link: /expertise/ - page: Services - link: /services + link: /services/ items: - section: Web Development link: /services/web-development @@ -20,7 +20,7 @@ links: - section: Project Development link: /services/project-development-cooperation - page: Solutions - link: /solutions + link: /solutions/ items: - section: HealthTech/HIPAA-compliant link: /solutions/healthcare-hipaa-case @@ -33,9 +33,9 @@ links: - section: Travel/Logistic link: /solutions/taxi-and-transportation-case - page: Reviews - link: /reviews + link: /reviews/ - page: FAQ - link: /faq + link: /faq/ - page: Blog link: /blog/ reviews: Reviews diff --git a/about.html b/about.html index 457e53c7..8639784b 100644 --- a/about.html +++ b/about.html @@ -1,5 +1,5 @@ --- -permalink: /about +permalink: /about/ layout: default relative_css_url: /assets/css/about.css title: IT Staffing Firm, Remote Development Teams | Active Bridge @@ -9,6 +9,8 @@ their in-house teams. scripts: [carousel, details] json-ld: about +redirect_from: + - /about.html ---