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 ) }}