Skip to content

Commit

Permalink
native external urls
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns committed Oct 2, 2024
1 parent 0c9986f commit 2c978f9
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ function gitSHA() {
}

function useExternalUrl(item) {
if (item.data.externalUrl) {
item.url = item.data.externalUrl
if (item.data.eleventyNavigation.url) {
item.url = item.data.eleventyNavigation.url
}
return item
}
Expand Down
3 changes: 2 additions & 1 deletion src/discover/case-studies/2019-05-29-networkrail.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
layout: post
title: How Network Rail implemented its hybrid cloud strategy
date: 2019-05-29
externalUrl: https://www.gov.uk/government/case-studies/how-network-rail-implemented-its-hybrid-cloud-strategy
eleventyNavigation:
url: https://www.gov.uk/government/case-studies/how-network-rail-implemented-its-hybrid-cloud-strategy
---
3 changes: 2 additions & 1 deletion src/discover/case-studies/2019-09-18-hackney.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
layout: post
title: Hackney Council’s approach to moving to a cloud-first model from the PSN
date: 2019-09-18
externalUrl: https://www.gov.uk/government/case-studies/hackney-councils-approach-to-moving-to-a-cloud-first-model-from-the-psn
eleventyNavigation:
url: https://www.gov.uk/government/case-studies/hackney-councils-approach-to-moving-to-a-cloud-first-model-from-the-psn
---
3 changes: 2 additions & 1 deletion src/discover/case-studies/2019-12-17-homeoffice.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ layout: post
title: How the Home
Office’s Immigration Technology department reduced its cloud costs by 40%
date: 2019-12-17
externalUrl: https://www.gov.uk/government/case-studies/how-the-home-offices-immigration-technology-department-reduced-its-cloud-costs-by-40
eleventyNavigation:
url: https://www.gov.uk/government/case-studies/how-the-home-offices-immigration-technology-department-reduced-its-cloud-costs-by-40
---
3 changes: 2 additions & 1 deletion src/discover/case-studies/2020-03-27-welshgov.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
layout: post
title: How the Welsh Government migrated their technology to the cloud
date: 2020-03-27
externalUrl: https://www.gov.uk/government/case-studies/how-the-welsh-government-migrated-their-technology-to-the-cloud
eleventyNavigation:
url: https://www.gov.uk/government/case-studies/how-the-welsh-government-migrated-their-technology-to-the-cloud
---
3 changes: 2 additions & 1 deletion src/discover/case-studies/2020-03-31-ons.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
layout: post
title: How ONS changed workplace culture to get the best out of cloud
date: 2020-03-31
externalUrl: https://www.gov.uk/government/case-studies/how-ons-changed-workplace-culture-to-get-the-best-out-of-cloud
eleventyNavigation:
url: https://www.gov.uk/government/case-studies/how-ons-changed-workplace-culture-to-get-the-best-out-of-cloud
---
3 changes: 2 additions & 1 deletion src/discover/case-studies/2020-04-22-pensionsregulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
layout: post
title: The Pensions Regulator moves email and web portal to the cloud
date: 2020-04-22
externalUrl: https://www.gov.uk/government/case-studies/the-pensions-regulator-moves-email-and-web-portal-to-the-cloud
eleventyNavigation:
url: https://www.gov.uk/government/case-studies/the-pensions-regulator-moves-email-and-web-portal-to-the-cloud
---
3 changes: 2 additions & 1 deletion src/discover/case-studies/2021-03-17-fsa.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
layout: post
title: How the FSA moved everything to the cloud
date: 2021-03-17
externalUrl: https://www.gov.uk/government/case-studies/how-the-fsa-moved-everything-to-the-cloud
eleventyNavigation:
url: https://www.gov.uk/government/case-studies/how-the-fsa-moved-everything-to-the-cloud
---

0 comments on commit 2c978f9

Please sign in to comment.