summaryrefslogtreecommitdiff
path: root/templates/bootstrap.hamlet
diff options
context:
space:
mode:
Diffstat (limited to 'templates/bootstrap.hamlet')
-rw-r--r--templates/bootstrap.hamlet6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/bootstrap.hamlet b/templates/bootstrap.hamlet
index cf686f843..f743a0d46 100644
--- a/templates/bootstrap.hamlet
+++ b/templates/bootstrap.hamlet
@@ -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}