Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add generic static route handler. | Matthew Somerville | 2015-10-29 | -141/+0 |
| | | | | | This puts all static pages under /about, and lets you add new static pages by placing new HTML in your about template directory. | |||
* | Remove remaining hardcoded site name from strings. | Matthew Somerville | 2015-09-28 | -16/+16 |
| | | | | Add a site_name template parameter available to all templates. | |||
* | Move site_title function to site-name web template | Matthew Somerville | 2015-01-19 | -13/+13 |
| | | | | | | | This matches the email template behaviour, and makes it much easier to override without requiring a cobrand package file. Fixes #979. | |||
* | New UK specific FAQ, more generic base FAQ. | Matthew Somerville | 2014-12-11 | -166/+111 |
| | | | | Fixes #753 and #935. | |||
* | Update links to point to new /council page. | Matthew Somerville | 2014-10-09 | -1/+1 |
| | ||||
* | Removal old Southampton/Reading/Lichfield cobrands. | Matthew Somerville | 2014-07-29 | -4/+2 |
| | ||||
* | Rename 'default' web directory to 'base'. | Matthew Somerville | 2014-07-08 | -0/+198 |
This should reduce confusion with the Default cobrand and override order. |