Skip to content

Commit 61c0f44

Browse files
committed
add viewport tag for standard mobile scaling
1 parent 77eb329 commit 61c0f44

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

layouts/_default/baseof.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
46
<title>{{ .Title }}</title>
57
{{- $style := resources.Get "sass/main.scss" | resources.ExecuteAsTemplate "main.scss" . | css.Sass }}
68
<link rel="stylesheet" href="{{ $style.RelPermalink }}">

0 commit comments

Comments
 (0)