templates: base: Add viewport metadata

Without the "viewport" metadata element, the site is not properly scaled
for mobile.
master
Dustin 2017-07-02 12:02:28 -05:00
parent 118ce902a9
commit 4b229c7283
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<head> <head>
{%- block head %} {%- block head %}
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Dark Chest of Wonders</title> <title>Dark Chest of Wonders</title>
<link rel="stylesheet" <link rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/foundation/6.2.1/foundation.min.css" /> href="//cdnjs.cloudflare.com/ajax/libs/foundation/6.2.1/foundation.min.css" />