diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html
index 3feef88b..c659c05a 100644
--- a/themes/nipponalba/layouts/_default/single.html
+++ b/themes/nipponalba/layouts/_default/single.html
@@ -37,9 +37,9 @@
{{ end }}
- {{ with .Page.Params.Blog }}{{ partial "taxonomy/blog.html" . }}{{ end }}
- {{ with .Page.Params.category }}{{ partial "taxonomy/categories.html" . }}{{ end }}
- {{ with .Page.Params.tag }}{{ partial "taxonomy/tags.html" . }}{{ end }}
+ {{ with .Page.Params.Blog }}Blog: {{ partial "taxonomy/blog.html" . }}
{{ end }}
+ {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}
{{ end }}
+ {{ with .Page.Params.tag }}Tags: {{ partial "taxonomy/tags.html" . }}{{ end }}
@@ -97,7 +97,7 @@
{{ if .Params.likeof }}Liked {{ .Params.likeof }}{{ end }}
{{ if .Params.inreplyto }}
Replied to {{ .Params.inreplyto }}{{ end }}
{{ if .Params.repostof }}
Shared {{ .Params.repostof }}{{ end }}
- {{ if .Content }}
{{end}}
+ {{ if .Content }} {{end}}