diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index 689b9bf5..0a64db62 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -96,8 +96,8 @@
{{ if .Params.likeof }}

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

Replied to {{ .Params.inreplyto }}{{ end }} - {{ if .Content }}

{{ .Content }}

{{end}} {{ if .Params.repostof }}

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

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

{{end}}