Skip to content

Commit

Permalink
Reintroduce html viewport tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jan 9, 2023
1 parent 038862c commit f998216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions template/html.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>{title}Agile UI - Untitled Project{/}</title>{$meta}
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>'use strict'; {$InitJsBundle}</script>
{$Head}
<style>{$style}</style>
Expand Down
1 change: 1 addition & 0 deletions template/html.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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}
|
Expand Down

0 comments on commit f998216

Please sign in to comment.