diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-22 12:36:04 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-22 12:36:04 +0100 |
commit | 0673287aa0e0b4ba71fba53447130bd888de1299 (patch) | |
tree | 571ca0ade43f5e0be27f5ddf5146d0ff26ed30f6 | |
parent | 69a3b99d5abca24eb18b6727eca977fcaedda9ca (diff) |
Document the new layerable themes functionality
-rw-r--r-- | doc/CHANGES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 1ffa78372..1ea95989b 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -9,6 +9,10 @@ [issue #436](https://github.com/sebbacon/alaveteli/issues/436) * Adding a `GA_CODE` to `general.yml` will cause the relevant Google Analytics code to be added to your rendered pages +* It is now possible to have more than one theme installed. The + behaviour of multiple themes is now layered in the reverse order + they're listed in the config file. See the variable `THEME_URLS` in + `general.yml-example` for an example. ## Upgrade notes |