webapp now starts up when run not in a git repo

This commit is contained in:
Joey Hess 2012-07-31 12:17:31 -04:00
parent b9b0097876
commit 04794eafc0
8 changed files with 96 additions and 75 deletions

View file

@ -1,7 +1,11 @@
$doctype 5
<html>
<head>
<title>#{relDir webapp} #{pageTitle page}
<title>
$maybe reldir <- relDir webapp
#{reldir} #{pageTitle page}
$nothing
#{pageTitle page}
<link rel="icon" href=@{StaticR favicon_ico} type="image/x-icon">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
^{pageHead page}