diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/layout.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.pug b/views/layout.pug index b45a6bd59..fb22ae770 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -4,7 +4,7 @@ html(lang='') meta(charset='utf-8') meta(http-equiv='X-UA-Compatible', content='IE=edge') meta(name='viewport', content='width=device-width, initial-scale=1.0') - title #{title} - Hackathon Starter + title #{title} - Dash meta(name='description', content='') meta(name='theme-color' content='#4DA5F4') meta(name='csrf-token', content=_csrf) |