diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html
index ab1813f0..7f3daf35 100644
--- a/themes/nipponalba/layouts/_default/single.html
+++ b/themes/nipponalba/layouts/_default/single.html
@@ -96,7 +96,7 @@
{{ if .Params.xContent }}{{ dateFormat "Mon, 02 Jan 2006 15:04:05 GMT" .Params.xPublished }} {{ plainify .Params.xContent }}{{end}}
{{ if .Params.Content }}{{ .Params.Content }}{{ end }}
{{ if not (eq .Type "article") }}
- {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
+ {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }} {{ end }}
diff --git a/themes/nipponalba/layouts/partials/webmention.html b/themes/nipponalba/layouts/partials/webmention.html
index e5fe6a05..e4339564 100644
--- a/themes/nipponalba/layouts/partials/webmention.html
+++ b/themes/nipponalba/layouts/partials/webmention.html
@@ -3,20 +3,20 @@
{{ if eq (index . "wm-property") "mention" }}
{{ .author.name }} mentioned this post in the post {{ .title }}
{{ if .content.html }}
-{{ .content.html | safeHTML }}
+
{{ .content.html | safeHTML }}
{{ else }}
{{ .content.text | safeHTML }}
{{ end }}
-
+
{{ end }}
{{ if eq (index . "wm-property") "in-reply-to" }}
{{ .author.name }} replied to this post here
{{ if .content.html }}
- {{ .content.html | safeHTML }}
+