diff options
-rw-r--r-- | customising/themes.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/customising/themes.md b/customising/themes.md index 941c976cf..386d4173e 100644 --- a/customising/themes.md +++ b/customising/themes.md @@ -6,9 +6,9 @@ title: Themes # Alaveteli's themes <p class="lead"> - Alaveteli uses <strong>themes</strong> to make the site look and run - differently from the default. - Simple changes like colour and logo are relatively easy, but themes can also + Alaveteli uses <strong>themes</strong> to make the site look and run + differently from the default. + Simple changes like colour and logo are relatively easy, but themes can also control more complex things like <em>how</em> the site behaves. </p> @@ -49,7 +49,7 @@ code. We try to encapsulate all site-specific functionality in one of these places: -* Site [configuration]({{ site.baseurl }}customisation/config ) +* Site [configuration]({{ site.baseurl }}customisation/config ) (e.g., the name of your site, the available languages, and so on — all in `config/general.yml`) * Data (e.g. the public bodies to whom requests should be addressed) @@ -185,4 +185,4 @@ necessary. ## Adding or overriding models and controllers -If you need to extend the behaviour of Alaveteli at the controller or model level, see `alavetelitheme/lib/controller_patches.rb` and `alavetelitheme/lib/model_patches.rb` for examples.
\ No newline at end of file +If you need to extend the behaviour of Alaveteli at the controller or model level, see `alavetelitheme/lib/controller_patches.rb` and `alavetelitheme/lib/model_patches.rb` for examples. |