From 7d15668c042d0f5d275fa141e98904db66b51fa1 Mon Sep 17 00:00:00 2001 From: curben Date: Sun, 11 Nov 2018 20:57:27 +1030 Subject: [PATCH] fix: html encoding and quote characters html-minifier doesn't differentiate double and single quote. backquote means URL doesn't need to be encoded or escaped. possible IE11 issue, IE11 doesn't support ES6 anyway https://kangax.github.io/compat-table/es6/ useful website for a47ab6: https://css-tricks.com/centering-css-complete-guide/ --- themes/typing/layout/_partial/header.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/typing/layout/_partial/header.ejs b/themes/typing/layout/_partial/header.ejs index 5b27b09..a43f88c 100644 --- a/themes/typing/layout/_partial/header.ejs +++ b/themes/typing/layout/_partial/header.ejs @@ -7,7 +7,7 @@
- +
<%/* Nav menu for mobile */%>