1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-26 01:44:20 +02:00

home: don't prepend cta_url with a slash

This causes translations to link to the root of the domain, which is
English.
This commit is contained in:
lifehackerhansol
2024-03-23 19:51:59 -07:00
parent dd3e9d09b4
commit b05e1b173f

View File

@@ -6,7 +6,7 @@ header:
overlay_image: /images/home-page-feature.jpg overlay_image: /images/home-page-feature.jpg
overlay_filter: 0.5 overlay_filter: 0.5
cta_label: "Get Started" cta_label: "Get Started"
cta_url: "/key-information" cta_url: "key-information"
caption: caption:
excerpt: "A complete guide to 3DS (and 2DS) custom firmware, <br /> from stock to boot9strap.<br />" excerpt: "A complete guide to 3DS (and 2DS) custom firmware, <br /> from stock to boot9strap.<br />"
--- ---