From 4b229c7283e1ed73d2a40af494786fafbc1c4274 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 2 Jul 2017 12:02:28 -0500 Subject: [PATCH] templates: base: Add viewport metadata Without the "viewport" metadata element, the site is not properly scaled for mobile. --- src/dcow/templates/base.html.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dcow/templates/base.html.j2 b/src/dcow/templates/base.html.j2 index a02aefd..4838cd3 100644 --- a/src/dcow/templates/base.html.j2 +++ b/src/dcow/templates/base.html.j2 @@ -4,6 +4,7 @@ {%- block head %} + Dark Chest of Wonders