diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 8a355f29a..fd6ec2f63 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -41,7 +41,7 @@
{{ if isset .Params "authors" }}
- {{ i18n "authorBy" }} {{ range $index, $author := .Params.authors }}{{ if $index }}, {{ end }}{{ $author }}{{ end }}
+ {{ i18n "authorBy" }} {{ range $index, $author := .Params.authors }}{{ if $index }}, {{ end }}{{ $author }}{{ end }}
{{ end }}
{{ if isset .Params "categories" }}
{{ if gt (len .Params.categories) 0 }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 15956c567..7f3243503 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -26,7 +26,7 @@
{{ if or .Params.author .Params.date }}
{{ if isset .Params "authors" }}
- {{ i18n "authorBy" }} {{ range $index, $author := .Params.authors }}{{ if $index }}, {{ end }}{{ $author }}{{ end }}
+ {{ i18n "authorBy" }} {{ range $index, $author := .Params.authors }}{{ if $index }}, {{ end }}{{ $author }}{{ end }}
{{ end }}
{{ if and .Params.author .Params.date }} | {{ end }}
{{ if .Params.date }}
diff --git a/layouts/partials/recent_posts.html b/layouts/partials/recent_posts.html
index eb6f2f544..5add1e877 100644
--- a/layouts/partials/recent_posts.html
+++ b/layouts/partials/recent_posts.html
@@ -39,7 +39,7 @@
{{ .Site.Params.recent_posts.title | markdownify }}
{{ if isset .Params "authors" }}
- {{ i18n "authorBy" }} {{ range $index, $author := .Params.authors }}{{ if $index }}, {{ end }}{{ $author }}{{ end }}
+ {{ i18n "authorBy" }} {{ range $index, $author := .Params.authors }}{{ if $index }}, {{ end }}{{ $author }}{{ end }}
{{ end }}
{{ if .Params.date }}
{{ $createdAt := .Date.Format .Site.Params.date_format }}
diff --git a/layouts/partials/widgets/categories.html b/layouts/partials/widgets/categories.html
index d40c13478..0dfc929f4 100644
--- a/layouts/partials/widgets/categories.html
+++ b/layouts/partials/widgets/categories.html
@@ -12,7 +12,7 @@
{{ i18n "categoriesTitle" }}
{{ $current := . }}
{{ range $name, $items := .Site.Taxonomies.categories }}
- {{ $name | upper }} ({{ len $items }})
+ {{ $name | upper }} ({{ len $items }})
{{ end }}
diff --git a/layouts/partials/widgets/tags.html b/layouts/partials/widgets/tags.html
index d6aa383b8..10f425e58 100644
--- a/layouts/partials/widgets/tags.html
+++ b/layouts/partials/widgets/tags.html
@@ -11,8 +11,8 @@
{{ i18n "tagsTitle" }}
{{ $current := . }}
{{ range $name, $items := .Site.Taxonomies.tags }}
- -
- {{ $name }}
+
-
+ {{ $name }}
{{ end }}