From 22515fb8c090568c21a5dbe80e2e38380b53e908 Mon Sep 17 00:00:00 2001
From: olOwOlo <26087907+olOwOlo@users.noreply.github.com>
Date: Fri, 13 Oct 2017 21:38:30 +0800
Subject: feat: load console for mobile browsers in debug mode
---
layouts/partials/head.html | 6 ++++++
1 file changed, 6 insertions(+)
(limited to 'layouts/partials/head.html')
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 892a857..a1264e6 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -50,6 +50,12 @@
+
+{{- if .Site.Params.debug }}
+
+
+{{- end }}
+
{{ if .Site.Params.bootcdn -}}
--
cgit v1.2.3