timeout fixes, UTF8 for templates

This commit is contained in:
Kyle Drake 2013-06-23 18:40:34 -07:00
parent 14480062ba
commit 52713937c5
5 changed files with 10 additions and 3 deletions

View file

@ -1,6 +1,7 @@
doctype html
html
head
meta charset="utf-8"
title #{template_site_title @site.username} - Front Page
body
p This is a new page! Coming soon.

View file

@ -1,5 +1,6 @@
html
head
meta charset="utf-8"
title #{template_site_title @site.username} - Not Found
body
p The requested page was not found.
p The requested page was not found.