diff options
author | elijah <elijah@riseup.net> | 2013-11-13 10:13:53 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-11-22 11:14:13 -0800 |
commit | 970fcd5d3262735c8ae7979a462cd77bf270b108 (patch) | |
tree | e559af2f04831ddaae091242ed96072373665c35 /provider_base | |
parent | 8dd6174fe2077a94c8ede027a8364d7ff3372f3d (diff) |
added custom index.html
Diffstat (limited to 'provider_base')
-rw-r--r-- | provider_base/services/webapp.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/provider_base/services/webapp.json b/provider_base/services/webapp.json index 6f2beb8a..9b02afce 100644 --- a/provider_base/services/webapp.json +++ b/provider_base/services/webapp.json @@ -8,6 +8,7 @@ "tail_scss": "= file_path 'branding/tail.scss'", "head_scss": "= file_path 'branding/head.scss'", "img_dir": "= file_path 'branding/img'", + "home_page": "= file_path 'branding/views/home.html.haml'", "client_certificates": "= global.provider.ca.client_certificates", "allow_limited_certs": "= global.provider.service.allow_limited_bandwidth", "allow_unlimited_certs": "= global.provider.service.allow_unlimited_bandwidth", |