diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index d1555ac9..521fc968 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -94,15 +94,11 @@ webmention -
- {{ if .Params.inreplyto }}{{ end }} - {{ if .Params.likeof }}{{ end }} - {{ if .Params.repostof }}{{ end }} - someone's +
{{ if .Params.likeof }}

Liked {{ .Params.likeof }}{{ end }} {{ if .Params.inreplyto }}

Replied to {{ .Params.inreplyto }}{{ end }} {{ if .Params.repostof }}

Shared {{ .Params.repostof }}{{ end }}

- {{ if .Content }}
{{ .Content }}

{{end}} + {{ if .Content }}
{{ .Content }}

{{end}}