{{ .Title }}
{{ .Description }}{{ 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 }}
Interactions
Alternatively, if you do not have a webmentions enabled website then you can leave a message using the comment parade form below.
Comment Parade
Please copy the following and paste into the URL field below: {{.Permalink }}
All going well, interactions will take a few minutes to appear, possibly longer due to .. gremlins.
Likes
{{ range $mentions }}{{ if eq (index . "wm-property") "like-of" }}Comments & Replies
{{ partial "webmention.html" $mentions }}{{ $cat }}
{{ range $.Site.Data.bookmarks }} {{ if eq .category $cat }}{{ plainify .Params.xContent }}{{end}} {{ if .Content }}
{{ .Content }}{{ end }}