Skip to content

Commit

Permalink
Merge pull request #249 from activebridge/fix/links_redirect
Browse files Browse the repository at this point in the history
Fix links redirects
  • Loading branch information
Smoke-ck authored Feb 12, 2025
2 parents ed78fd7 + d857843 commit ae94198
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 11 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ plugins:
- jekyll-minifier

include: ['_solutions']
permalink: pretty

pagination:
enabled: true
Expand Down
10 changes: 5 additions & 5 deletions _data/navbar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -9,6 +9,8 @@
their in-house teams.
scripts: [carousel, details]
json-ld: about
redirect_from:
- /about.html
---

<div class="about">
Expand Down
3 changes: 3 additions & 0 deletions blog/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
permalink: blog/
layout: blog-template
title: "Active Bridge Insights: Ruby on Rails & Web Dev Innovation"
date-modified: "2024-04-01"
Expand All @@ -11,4 +12,6 @@
permalink: /:num/
categories: [business_growth, engineering, inside_ab, pm_team_management]
json-ld: blog
redirect_from:
- /blog.html
---
3 changes: 2 additions & 1 deletion contacts.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
permalink: /contacts
permalink: /contacts/
layout: default
title: Contact us to Get Free Project Consultation | Active Bridge
date-modified: "2024-04-01"
Expand All @@ -9,6 +9,7 @@
json-ld: contacts
redirect_from:
- /contact
- /contacts.html
---

<div class="contacts pt-9">
Expand Down
3 changes: 2 additions & 1 deletion expertise.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
permalink: /expertise
permalink: /expertise/
layout: default
title: RoR App Development & Cloud Software Expertise | Active Bridge
date-modified: "2024-04-01"
Expand All @@ -10,6 +10,7 @@
json-ld: expertise
redirect_from:
- /how-we-work
- /expertise.html
---

<div class="expertise">
Expand Down
4 changes: 3 additions & 1 deletion faq.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
permalink: /faq
permalink: /faq/
layout: default
title: FAQ | Active Bridge
date-modified: "2024-04-01"
description: Check our FAQ, if you can't find the right one, feel free to contact our experts
scripts: [details]
json-ld: faq
redirect_from:
- /faq.html
---

<div class="faq">
Expand Down
4 changes: 3 additions & 1 deletion reviews.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
permalink: /reviews
permalink: /reviews/
layout: default
title: Check out What Clients Say About Active Bridge's Solutions
date-modified: "2024-04-01"
Expand All @@ -8,6 +8,8 @@
In fact, we’re still working with our first client from 2013.
scripts: [details, carousel]
json-ld: reviews
redirect_from:
- /reviews.html
---

<section class="reviews">
Expand Down
4 changes: 3 additions & 1 deletion services.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
permalink: /services
permalink: /services/
layout: default
title: Take benefit of Rapid Application Development Services | Active Bridge
description: At Active Bridge, we follow RAD best practices to provide clients
Expand All @@ -8,6 +8,8 @@
date-modified: "2024-04-01"
scripts: [animation, carousel]
json-ld: services
redirect_from:
- /services.html
---

<div class="services">
Expand Down

0 comments on commit ae94198

Please sign in to comment.