diff --git a/_config.yml b/_config.yml index b399713..b6dc41e 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 f648d86..573670f 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 457e53c..8639784 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 ---