{{ define "main" }} {{ if not (eq .Type "response" "bookmarkof")}}
{{ with .Page.Params.Image }}{{ partial "image.html" . }}{{ end }}
{{ if eq .Type "article" }}

{{ .Title }}

{{ .Description }}
{{ with .Page.Params.Blog }}Blog: {{ partial "taxonomy/blog.html" . }}{{ end }}
{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}{{ .ReadingTime }}-minute read
{{ with .Page.Params.tag }}Tags: {{ partial "taxonomy/tags.html" . }}{{ end }}
{{ end }} {{ if eq .Type "article" }}
{{else}}
{{end}} {{ .Content }} {{ if eq .Type "photo"}}
{{ range .Page.Params.Photo }} {{ if isset . "value" }} {{ .alt }} {{ else }}  Trying to fix {{end}} {{end}}
{{end}} {{ if eq .Type "article" }} {{ end }}
{{ if not (eq .Type "article") }}{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}{{ end }}

Interactions

Interactions on this site are possible only via webmentions. Alternatively, contact me via xmpp, matrix or email.


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.

{{ $mention_ids := index $.Site.Data.index .RelPermalink }} {{ if isset $mention_ids 0}} {{ $mentions := apply $mention_ids "index" $.Site.Data.mentions "." }} {{ $mentions := sort $mentions "wm-received" }}

Comments & Replies

{{ partial "webmention.html" $mentions }}
{{ end }}
{{ else if eq .Type "bookmarkof" }}
{{ $cats := slice }} {{ range .Site.Data.bookmarks }} {{ $cats = $cats | append .category }} {{ end }} {{ $cats = uniq $cats | sort }} {{ range $cats }} {{ $cat := . }}

{{ $cat }}

{{ range $.Site.Data.bookmarks }} {{ if eq .category $cat }} {{ end }} {{ end }}
{{ end }}
{{ else}}

{{ .Site.Params.Firstname }} {{ if eq .Params.posttype "in-reply-to" }} replied to {{ index .Params "in-reply-to" }}{{ end }} {{ if eq .Params.posttype "like-of" }} liked {{ index .Params "like-of" }}{{ end }} {{ if eq .Params.posttype "repost-of" }} shared {{ index .Params "repost-of" }}{{ end }}

{{ if .Content }}

{{ .Content }}

{{end}} {{ if not (eq .Type "article") }}
{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
{{ end }} {{ end }} {{end}}