Skip to content

Commit aa6bc5a

Browse files
committed
Add mobile-capable meta-tag
1 parent fc557a0 commit aa6bc5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/base.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="mobile-web-app-capable" content="yes">
67
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
78
<title>{{ pagetitle }}</title>
89
<link rel="stylesheet" href="{{ asset("css/stylesheet.css") }}">

0 commit comments

Comments
 (0)