Skip to content

Commit ae94198

Browse files
authored
Merge pull request #249 from activebridge/fix/links_redirect
Fix links redirects
2 parents ed78fd7 + d857843 commit ae94198

File tree

9 files changed

+25
-11
lines changed

9 files changed

+25
-11
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ plugins:
4141
- jekyll-minifier
4242

4343
include: ['_solutions']
44+
permalink: pretty
4445

4546
pagination:
4647
enabled: true

_data/navbar.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ links:
55
- section: Team
66
link: /about/team
77
- page: Expertise
8-
link: /expertise
8+
link: /expertise/
99
- page: Services
10-
link: /services
10+
link: /services/
1111
items:
1212
- section: Web Development
1313
link: /services/web-development
@@ -20,7 +20,7 @@ links:
2020
- section: Project Development
2121
link: /services/project-development-cooperation
2222
- page: Solutions
23-
link: /solutions
23+
link: /solutions/
2424
items:
2525
- section: HealthTech/HIPAA-compliant
2626
link: /solutions/healthcare-hipaa-case
@@ -33,9 +33,9 @@ links:
3333
- section: Travel/Logistic
3434
link: /solutions/taxi-and-transportation-case
3535
- page: Reviews
36-
link: /reviews
36+
link: /reviews/
3737
- page: FAQ
38-
link: /faq
38+
link: /faq/
3939
- page: Blog
4040
link: /blog/
4141
reviews: Reviews

about.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: /about
2+
permalink: /about/
33
layout: default
44
relative_css_url: /assets/css/about.css
55
title: IT Staffing Firm, Remote Development Teams | Active Bridge
@@ -9,6 +9,8 @@
99
their in-house teams.
1010
scripts: [carousel, details]
1111
json-ld: about
12+
redirect_from:
13+
- /about.html
1214
---
1315

1416
<div class="about">

blog/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
permalink: blog/
23
layout: blog-template
34
title: "Active Bridge Insights: Ruby on Rails & Web Dev Innovation"
45
date-modified: "2024-04-01"
@@ -11,4 +12,6 @@
1112
permalink: /:num/
1213
categories: [business_growth, engineering, inside_ab, pm_team_management]
1314
json-ld: blog
15+
redirect_from:
16+
- /blog.html
1417
---

contacts.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: /contacts
2+
permalink: /contacts/
33
layout: default
44
title: Contact us to Get Free Project Consultation | Active Bridge
55
date-modified: "2024-04-01"
@@ -9,6 +9,7 @@
99
json-ld: contacts
1010
redirect_from:
1111
- /contact
12+
- /contacts.html
1213
---
1314

1415
<div class="contacts pt-9">

expertise.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: /expertise
2+
permalink: /expertise/
33
layout: default
44
title: RoR App Development & Cloud Software Expertise | Active Bridge
55
date-modified: "2024-04-01"
@@ -10,6 +10,7 @@
1010
json-ld: expertise
1111
redirect_from:
1212
- /how-we-work
13+
- /expertise.html
1314
---
1415

1516
<div class="expertise">

faq.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
permalink: /faq
2+
permalink: /faq/
33
layout: default
44
title: FAQ | Active Bridge
55
date-modified: "2024-04-01"
66
description: Check our FAQ, if you can't find the right one, feel free to contact our experts
77
scripts: [details]
88
json-ld: faq
9+
redirect_from:
10+
- /faq.html
911
---
1012

1113
<div class="faq">

reviews.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: /reviews
2+
permalink: /reviews/
33
layout: default
44
title: Check out What Clients Say About Active Bridge's Solutions
55
date-modified: "2024-04-01"
@@ -8,6 +8,8 @@
88
In fact, we’re still working with our first client from 2013.
99
scripts: [details, carousel]
1010
json-ld: reviews
11+
redirect_from:
12+
- /reviews.html
1113
---
1214

1315
<section class="reviews">

services.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: /services
2+
permalink: /services/
33
layout: default
44
title: Take benefit of Rapid Application Development Services | Active Bridge
55
description: At Active Bridge, we follow RAD best practices to provide clients
@@ -8,6 +8,8 @@
88
date-modified: "2024-04-01"
99
scripts: [animation, carousel]
1010
json-ld: services
11+
redirect_from:
12+
- /services.html
1113
---
1214

1315
<div class="services">

0 commit comments

Comments
 (0)