Add title to contact page

This commit is contained in:
Christine Dodrill 2015-02-01 11:08:27 -08:00
parent bc444174ac
commit 0edad81da6
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class extends lapis.Application
render: true
[contact: "/contact"]: =>
@title = "Contact"
render: true
[error: "/error"]: =>