Add meta viewport tag to various themes / extensions for CSS on mobile devices to make use of

This commit is contained in:
Benjamin Southall 2017-03-03 15:20:07 +09:00
parent eb968a7d01
commit 590178e77d
9 changed files with 10 additions and 0 deletions

View file

@ -3,6 +3,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>{{ settings.title }}</title>
<link rel="shortcut icon" href="/favicon.png">
<link rel="stylesheet" media="screen" href="/stylesheets/style.css"/>