summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/index.liquid1
-rw-r--r--_layouts/page.liquid1
-rw-r--r--_layouts/post.liquid1
3 files changed, 3 insertions, 0 deletions
diff --git a/_layouts/index.liquid b/_layouts/index.liquid
index 44feff5..9293d7a 100644
--- a/_layouts/index.liquid
+++ b/_layouts/index.liquid
@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/bulma.css">
<link rel="stylesheet" href="/animate.css">
diff --git a/_layouts/page.liquid b/_layouts/page.liquid
index ebb3c7d..b97dc7e 100644
--- a/_layouts/page.liquid
+++ b/_layouts/page.liquid
@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/bulma.css">
</head>
diff --git a/_layouts/post.liquid b/_layouts/post.liquid
index 6c90a7e..54bf211 100644
--- a/_layouts/post.liquid
+++ b/_layouts/post.liquid
@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/bulma.css">
</head>