diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-03 23:11:49 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-03 23:11:49 +0300 |
commit | 3811338c91ded06db64b21e85aa03e8694f382e8 (patch) | |
tree | aff2e4d0cc51e2e5b9a97fc62023e73a007e27ac | |
parent | adcdbc9ba085e126e309d7dec50fb80e5e2ec3bc (diff) |
Disable scaling
-rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0dfb23f..fc1a1f6 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -3,7 +3,7 @@ <head> <title>{{ .Site.Title }}</title> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="viewport" content="width=device-width"> <meta charset="utf-8" /> {{ partial "style.html" . }} </head> |