webapp now starts up when run not in a git repo
This commit is contained in:
parent
b9b0097876
commit
04794eafc0
8 changed files with 96 additions and 75 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue