about summary refs log tree commit diff stats
path: root/layouts/partials
diff options
context:
space:
mode:
authorAlan Pearce2014-06-29 10:57:12 +0100
committerAlan Pearce2014-06-29 10:57:12 +0100
commitf7a0b17662d69bfeca2cda9ebd39b1c77237f0bd (patch)
treeb387f367ae4fb526b4ab72bc860ac69bac75ee6c /layouts/partials
parentd2d470d71487ce700ca3b48638eb7c061859f02d (diff)
downloadhyde-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/partials')
-rw-r--r--layouts/partials/head.html2
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">