diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-02-23 10:40:30 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-02-23 10:40:30 +0000 |
commit | 9f28dfc15b4203ecb3e9bce0fab41776933d8c4b (patch) | |
tree | d87a107e06bffa07e7e7ab05cf989ddc1ebd0990 | |
parent | f5247f270413af8478748b2e1ae52caa2fa226ee (diff) |
fixup! Bit more detail about why to customise.
-rw-r--r-- | docs/customising/themes.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/customising/themes.md b/docs/customising/themes.md index b0a94350f..d1bdf4147 100644 --- a/docs/customising/themes.md +++ b/docs/customising/themes.md @@ -215,7 +215,10 @@ each page to indicate what language the page is written in. No locale suffix is needed for pages written for the [default locale]({{ site.baseurl }}docs/customising/config/#default_locale) for the site. For example, [alavetelitheme contains help pages](https://github.com/mysociety/alavetelitheme/tree/master/lib/views/help) -for the default 'en' locale and an example Spanish 'about' page. +for the default 'en' locale and an example Spanish 'about' page. If no +help page exists in the theme for a particular page in the locale that +the site is being viewed in, the default help page in English will be +shown. ## Adding new pages in the navigation |