aboutsummaryrefslogtreecommitdiffstats
path: root/docs/customising
diff options
context:
space:
mode:
Diffstat (limited to 'docs/customising')
-rw-r--r--docs/customising/index.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/customising/index.md b/docs/customising/index.md
index 19100ad20..bd1247894 100644
--- a/docs/customising/index.md
+++ b/docs/customising/index.md
@@ -15,7 +15,7 @@ title: Customising
## Configuration settings
You can customise much of Alaveteli's behaviour just by editing the configuration
-file. This [complete list of Alaveteli's config settings]({{ site.baseurl }}docs/customising/config/)
+file. This [complete list of Alaveteli's config settings]({{ page.baseurl }}/docs/customising/config/)
shows the sort of things you can control in this way.
<!-- TODO key settings -->
@@ -24,7 +24,7 @@ shows the sort of things you can control in this way.
It's common to want to change the basic appearance of the site. Although you
can simply edit the default templates and CSS to do this, we **strongly
-recommend** that you [create a theme]({{ site.baseurl }}docs/customising/themes/).
+recommend** that you [create a theme]({{ page.baseurl }}/docs/customising/themes/).
Themes do not need to be especially complex, but they allow your changes to
work alongside the core code, which you can then update (when new releases or
@@ -32,13 +32,13 @@ updates become available).
## Need Alaveteli in a different language?
-No problem! See the [information about translating Alaveteli]({{ site.baseurl }}docs/customising/translation/).
+No problem! See the [information about translating Alaveteli]({{ page.baseurl }}/docs/customising/translation/).
## Complex changes
If you are a developer (or you have a team of programmers available) you can
add any customisation that you want. But it's important to do this without
breaking the core code, so that you can accept new releases with updates.
-There's more detail in the [page about themes]({{ site.baseurl }}docs/customising/themes/).
+There's more detail in the [page about themes]({{ page.baseurl }}/docs/customising/themes/).
-See also the [documentation for developers]({{ site.baseurl }}docs/developers/).
+See also the [documentation for developers]({{ page.baseurl }}/docs/developers/).