diff --git a/template/html.html b/template/html.html index d5e688b411..e0ff17ef16 100644 --- a/template/html.html +++ b/template/html.html @@ -3,6 +3,7 @@ {title}Agile UI - Untitled Project{/}{$meta} + {$Head} diff --git a/template/html.pug b/template/html.pug index a73194cd59..76b70b2683 100644 --- a/template/html.pug +++ b/template/html.pug @@ -4,6 +4,7 @@ html(lang="{lang}en{/}") title {title}Agile UI - Untitled Project{/} | {$meta} meta(charset='utf-8') + meta(name="viewport" content="width=device-width, initial-scale=1") script | 'use strict'; {$InitJsBundle} |