diff --git a/layouts/partials/css.html b/layouts/partials/css.html
index b0b51c1..f425c47 100644
--- a/layouts/partials/css.html
+++ b/layouts/partials/css.html
@@ -1,3 +1,3 @@
-
+{{/*
-
+ */}}
diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html
index 16b1318..a4b4cf4 100644
--- a/layouts/partials/foot.html
+++ b/layouts/partials/foot.html
@@ -5,8 +5,3 @@
{{ end }}
{{ end }}
{{ end }}
-
-{{ range .Site.Params.customJS -}}
-
-{{ end }}
-
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 4353365..2645fa8 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -149,10 +149,6 @@
{{ end }}
{{ end }}
-{{ range .Site.Params.customCSS -}}
-
-{{ end }}
-
{{- with .OutputFormats.Get "RSS" }}
diff --git a/layouts/partials/js.html b/layouts/partials/js.html
index 7b3498b..2c62a15 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -1,4 +1,4 @@
-
+ {{/*
-
+ */}}
diff --git a/layouts/post/single.html b/layouts/post/single.html
index 40be301..a3ddcb4 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -8,8 +8,8 @@
{{ $page.Date.Format "January 2, 2006" }}
-
{{ T "wordCount" $page.WordCount }}
-
{{ T "readingTime" $page.ReadingTime }}
+
{{ $page.WordCount }} words
+
{{ $page.ReadingTime }} min read
{{ $page.Title }}
diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html
index 518226a..6d167b9 100644
--- a/layouts/shortcodes/img.html
+++ b/layouts/shortcodes/img.html
@@ -1,5 +1,5 @@
{{ $img := $.Page.Resources.GetMatch (.Get 0)}}
-
+
{{.Get 1}}