{{ .Site.Title }}
- {{ .Site.Params.subTitle }}
+ {{ with .Site.Params.subTitle }}{{ . }}{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/post-exlink.html b/layouts/partials/post-exlink.html
index 5691ede..da81614 100644
--- a/layouts/partials/post-exlink.html
+++ b/layouts/partials/post-exlink.html
@@ -1,3 +1 @@
-
- READ MORE
-
\ No newline at end of file
+ READ MORE
\ No newline at end of file
diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html
index 4864808..f208210 100644
--- a/layouts/partials/post-meta.html
+++ b/layouts/partials/post-meta.html
@@ -1,15 +1,9 @@
-
- |
-
-
- {{ .WordCount }}{{ i18n "postMetaWordCount" }} |
-
-
- {{ if .Params.tags }}
- {{ range .Params.tags }}
- {{ . }}
- {{ end }}
- {{ else }}
- {{ i18n "postMetaNoTag" }}
- {{ end }}
-
\ No newline at end of file
+ |
+{{ .WordCount }}{{ i18n "postMetaWordCount" }} |
+{{ if .Params.tags }}
+{{ range .Params.tags }}
+{{ . }}
+{{ end }}
+{{ else }}
+{{ i18n "postMetaNoTag" }}
+{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index 85346f2..894d5c3 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -1,5 +1,5 @@
+
{{ if and (.IsPage) (.Site.Params.utterancesRepo) }}
-
{{ end }}
+
+
+{{ if in .Site.Params.mainSections .Type }}
+
+{{ end }}
+{{ if .Site.Params.scrollTop }}
+
+
+{{ end }}
+
+
{{ with .Params.playerURL }}
{{ end }}
+
{{ with .Site.Params.playerURL }}
-{{ end }}
-{{ if in .Site.Params.mainSections .Type }}
-
-
-{{ end }}
-{{ if .Site.Params.scrollTop }}
-
-
-{{ end }}
-{{ if .Site.Params.webpChecker }}
-
-
{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index a39eb3f..1f6ce45 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -1,9 +1,11 @@
+
{{ if in .Site.Params.mainSections .Type }}