diff --git a/layouts/partials/post-metadata.html b/layouts/partials/post-metadata.html
index 2579651..9d960da 100644
--- a/layouts/partials/post-metadata.html
+++ b/layouts/partials/post-metadata.html
@@ -10,7 +10,7 @@
{{- range .current.Params.topics -}}
{{- if or (not $.parent.Data.topic) (ne . $.parent.Data.Term) }}
- link{{ . }}
+ link{{ . }}
{{- end -}}
@@ -20,7 +20,7 @@
{{- range .current.Params.opensource -}}
{{- if or (not $.parent.Data.opensource) (ne . $.parent.Data.Term) }}
- label{{ . }}
+ label{{ . }}
{{- end -}}
@@ -28,7 +28,7 @@
{{- end }}
{{- if eq .current.Type "blog" }}
- schedule
+ schedule
{{- $minutes := .current.ReadingTime -}}
{{- if gt $minutes 0 -}}
{{- i18n "minutes" $minutes -}}
diff --git a/layouts/partials/toolbar.html b/layouts/partials/toolbar.html
index c18b019..976c75c 100644
--- a/layouts/partials/toolbar.html
+++ b/layouts/partials/toolbar.html
@@ -9,7 +9,7 @@
{{- end }}