From 11e839decc5ee16f21b7527976c3029ee0cd5692 Mon Sep 17 00:00:00 2001 From: olOwOlo <26087907+olOwOlo@users.noreply.github.com> Date: Sun, 17 Sep 2017 21:52:46 +0800 Subject: fix: compatibility in IE(9+) and Edge (#8) - add classList shim for IE9 - refactor: for...of --- layouts/partials/head.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index eb26f82..6d02fac 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -67,7 +67,11 @@ {{- template "_internal/twitter_cards.html" . -}} +{{ `` | safeHTML }} + {{ `` | safeHTML }} -- cgit v1.2.3