From 99911af24f8369252c013a43f5c7a44eb8a69309 Mon Sep 17 00:00:00 2001 From: Thomas Kinnen <thomas.kinnen@gmail.com> Date: Mon, 24 Jul 2017 19:17:58 +0200 Subject: [PATCH] Make layout responsive for mobile devices --- layouts/partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 617e6f44..f396cf18 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="description" content="The Redox official website"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ .Title }} - {{ .Site.Title }}</title> <link rel="canonical" href="{{ .Permalink }}"> -- GitLab