- {{ if .Page.Params "inreplyto" }} Replied to {{ end }}
- {{ if .Page.Params "likeof" }}
Liked {{ end }}
- {{ if .Page.Params "repostof" }}
Shared {{ end }}
+
+ {{ if .Params.inreplyto }} Replied to {{ end }}
+ {{ if .Params.likeof }}
Liked {{ end }}
+ {{ if .Params.repostof }}
Shared {{ end }}
someone's
- {{ if .Page.Params "likeof" }} post{{ end }}
- {{ if .Page.Params "inreplyto" }} post{{ end }}
- {{ if .Page.Params "repostof" }} post{{ end }}
+ {{ if .Params.likeof }} post{{ end }}
+ {{ if .Params.inreplyto }} post{{ end }}
+ {{ if .Params.repostof }} post{{ end }}
{{ .content }}