From 6aa10328307286c5f3c011a54897938cd631085b Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Tue, 10 Apr 2018 10:26:40 +0900 Subject: [PATCH] fix code hightlight issue --- .vscode/settings.json | 3 +++ _includes/head.html | 34 ++++++++++------------------------ 2 files changed, 13 insertions(+), 24 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9792498 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "editor.formatOnSave": false +} \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index 61a9ee6..8883673 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,30 +1,27 @@ - + - + - + {% seo %} {% feed_meta %} - - - - - + + + + @@ -39,24 +36,13 @@ } }); - - - - - + \ No newline at end of file