From 0edad81da6332566873df6dd2f3f75c0fa84b8a4 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 1 Feb 2015 11:08:27 -0800 Subject: [PATCH] Add title to contact page --- app.moon | 1 + 1 file changed, 1 insertion(+) diff --git a/app.moon b/app.moon index 97d0d48..4a38216 100644 --- a/app.moon +++ b/app.moon @@ -18,6 +18,7 @@ class extends lapis.Application render: true [contact: "/contact"]: => + @title = "Contact" render: true [error: "/error"]: =>