diff options
author | Alan Pearce | 2014-06-29 10:57:12 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-29 10:57:12 +0100 |
commit | f7a0b17662d69bfeca2cda9ebd39b1c77237f0bd (patch) | |
tree | b387f367ae4fb526b4ab72bc860ac69bac75ee6c /layouts | |
parent | d2d470d71487ce700ca3b48638eb7c061859f02d (diff) | |
download | hyde-f7a0b17662d69bfeca2cda9ebd39b1c77237f0bd.tar.lz hyde-f7a0b17662d69bfeca2cda9ebd39b1c77237f0bd.tar.zst hyde-f7a0b17662d69bfeca2cda9ebd39b1c77237f0bd.zip |
Add initial-scale to viewport
Allows for reflowing on orientation changes
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 21fa644..4bc82ce 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en-GB"> <head> - <meta name="viewport" content="width=device-width"> + <meta name="viewport" content="width=device-width,initial-scale=1"> <title> {{ .Title }} ยท {{ .Site.Title }} </title> <!-- CSS --> <link rel="stylesheet" href="/css/poole.css"> |