diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-29 21:54:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-29 21:54:23 -0400 |
commit | 326617ad2f6c1708bc2826ba75cb8f9c3064d6dc (patch) | |
tree | 7a0ceaab772362aecda942003c1696ca7647cba9 /templates/bootstrap.hamlet | |
parent | 0186f06744e6c379d41c482f42374853bd3c5539 (diff) |
add intro
Diffstat (limited to 'templates/bootstrap.hamlet')
-rw-r--r-- | templates/bootstrap.hamlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bootstrap.hamlet b/templates/bootstrap.hamlet index 389895df7..13aefd486 100644 --- a/templates/bootstrap.hamlet +++ b/templates/bootstrap.hamlet @@ -1,7 +1,7 @@ $doctype 5 <html> <head> - <title>#{baseTitle webapp} #{pageTitle page} + <title>#{relDir webapp} #{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} |