Skip to content

Commit bc8dc2b

Browse files
committed
add meta tag to set the screen width to the device width
1 parent 6a37d67 commit bc8dc2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_layouts/default.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<title>{{site.title}} | {{page.title}}</title>
55

66
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
9+
<link rel="shortcut icon" type="image/png" href="/favicon.png">
710

811
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/foundation.min.css">
912

0 commit comments

Comments
 (0)