summaryrefslogtreecommitdiff
path: root/_layouts/post.liquid
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2019-04-08 21:17:08 -0400
committer53hornet <53hornet@gmail.com>2019-04-08 21:17:08 -0400
commitd12df2aa6b3aef661f9925e855c397cefd983aab (patch)
tree156f220edbd2f11800e9b512f663fde877bbd58c /_layouts/post.liquid
parentf48338109e2170d9c7c9ec4cd884e57f94197791 (diff)
downloadcobalt-site-d12df2aa6b3aef661f9925e855c397cefd983aab.tar.xz
cobalt-site-d12df2aa6b3aef661f9925e855c397cefd983aab.zip
Moved social links into brand.
Diffstat (limited to '_layouts/post.liquid')
-rw-r--r--_layouts/post.liquid1
1 files changed, 1 insertions, 0 deletions
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>