@ -27,7 +27,7 @@
< section class = "info" >
{{ if not (eq .Type "article") }}< span class = "categories_span" > {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}< / span > {{ end }}
{{ $pathJSON := (print .Permalink "bridgy.json") }}
{{ $relpathJSON := (print .Rel Permalink "bridgy.json") }}
{{ $relpathJSON := (print .Permalink "bridgy.json") }}
{{ if fileExists $relpathJSON }}
< span class = "syndication" >
{{ $mJSON := getJSON $pathJSON }}
@ -85,11 +85,11 @@
< section class = "author" style = "display:none;" >
< a rel = "author" class = "u-author h-card" rel = "me" href = "https://jk.nipponalba.scot" > < img src = "/images/profile.jpg" / > < span class = "title" > {{ .Site.Params.Title }}< / span > < / a >
< / section >
< section id = "response-details" > < br / >
{{ if .Params.likeof }}< p > {{ .Site.Params.Title }} liked < a href = "{{ .Params.likeof }} " class = "u-url u- like-of" > {{ .Params.likeof }} < / a > {{ end }}
{{ if .Params.inreplyto }}< p > {{ .Site.Params.Title }} replied to < a href = "{{ .Params.inreplyto }}" class = "u-url u-in-reply-to" > {{ .Params.inreplyto }} < / a > {{ end }}
{{ if .Params.repostof }}< p > {{ .Site.Params.Title }} shared < a href = "{{ .Params.repostof }} " class = "u-url u- repost-of" > {{ .Params.re postof }} < / a > {{ end }}< / p >
{{ if .Content }}< div class = "p-name p-content" > < p > {{ .Content }}< / p > < / div > {{end}}
< section id = "response-details" > < br / > < p > {{ .Site.Params.Title }}
{{ if eq .Params.posttype "in-reply-to" }} replied to a < a href = "{{ index .Params " in-reply-to " } } " class = "u-like-of" > post < / a > {{ end }}
{{ if eq .Params.posttype "like-of" }} liked a < a href = "{{ index .Params " like-of " } } " class = "u-like-of" > post < / a > {{ end }}
{{ if eq .Params.posttype "repost-of" }} shared a < a href = "{{ index .Params " repost-of " } } " class = "u-repost-of" > post< / a > {{ end }}< / p >
{{ if .Content }}< span class = "p-name p-content" > < p > {{ .Content }}< / p > < / span > {{end}}
< / section >
{{ if not (eq .Type "article") }}< section class = "info" >
< span class = "categories_span" > {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}< / span > < span class = "info-date" > < a href = "{{ .Permalink }}" class = "u-url" > < time class = "dt-published" datetime = "{{ .Date.Format " 2 Jan 2006 15:04 GMT " } } " > {{ .Date.Format "02/01/2006 15:04 GMT" }}< / time > < / a > < / span > < br / >