aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/faq
Commit message (Collapse)AuthorAgeLines
* Add generic static route handler.Matthew Somerville2015-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 Somerville2015-09-28-16/+16
| | | | Add a site_name template parameter available to all templates.
* Move site_title function to site-name web templateMatthew Somerville2015-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 Somerville2014-12-11-166/+111
| | | | Fixes #753 and #935.
* Update links to point to new /council page.Matthew Somerville2014-10-09-1/+1
|
* Removal old Southampton/Reading/Lichfield cobrands.Matthew Somerville2014-07-29-4/+2
|
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-0/+198
This should reduce confusion with the Default cobrand and override order.