diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2015-04-10 14:37:41 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2015-04-10 14:37:41 +0100 |
commit | ec41df8ec01b2740f0120c778163640b8b178458 (patch) | |
tree | 083b8ae2650eadd5ac9509a5d3878af593c44108 | |
parent | fde8b4037720791dfb7f57c29cc683d51779f9d8 (diff) |
Use {{ page.baseurl }} for internal links on deployment page
Now that #2094 has been merged, we need to use page.baseurl
to maintain the user’s selected locale.
-rw-r--r-- | deployments.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployments.md b/deployments.md index 3ed6dbb43..c0e22a916 100644 --- a/deployments.md +++ b/deployments.md @@ -214,7 +214,7 @@ in any language, and within any legislation</p> <div class="get-started__grid-unit get-started__grid-unit--wide"> <div class="get-started__item get-started__item--primary"> <p>From team members to maintenance, our get started guide will walk you through the process of planning, starting and running your own Alaveteli website</p> - <p><a href="{{ site.baseurl }}docs/getting_started/" class="button">Get started</a></p> + <p><a href="{{ page.baseurl }}/docs/getting_started/" class="button">Get started</a></p> </div> </div><!-- --><div class="get-started__grid-unit"> @@ -228,7 +228,7 @@ in any language, and within any legislation</p> <div class="get-started__item get-started__item"> <h3>Speak to us</h3> <p>Need some help? Tell us about your plans</p> - <p class="push-top"><a href="{{ site.baseurl }}community" class="button">Get in touch</a></p> + <p class="push-top"><a href="{{ page.baseurl }}/community" class="button">Get in touch</a></p> </div> </div> </div> |