From 43408807a57faeed20875048a2ff9efeb7d0b357 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sun, 28 Apr 2019 00:39:19 +0700 Subject: [PATCH] update normalize version (#175) * update normalize version * update CONTRIBUTORS.md --- CONTRIBUTORS.md | 1 + layouts/_default/baseof.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 2862d04..a6f2591 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -36,3 +36,4 @@ - [Caspar Krieger](https://www.asparck.com) - [D_DAndrew](https://d-dandrew.github.io) - [Wataru Mizukami](https://github.com/tarumzu) +- [Yudi Widiyanto](https://github.com/yudiwdynto) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3d80371..a5f8b12 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -23,7 +23,7 @@ - + {{ if .Site.IsServer }} {{ $cssOpts := (dict "targetPath" "css/coder.css" "enableSourceMap" true ) }}