@ -33,24 +33,19 @@
{{end}}
< / section > < br / >
{{ 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 / >
< 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 / >
< / section > {{ end }}
< / article >
< / section > < hr / >
{{ else }}
{{ if .Params.inreplyto }}< section data-post-type = "in-reply-to" data-post-id = "{{ .Params.slug }}" class = "h-entry" id = "response" > {{ end }}
{{ if .Params.likeof }}< section data-post-type = "like-of" data-post-id = "{{ .Params.slug }}" class = "h-entry" id = "response" > {{ end }}
{{ if .Params.repostof }}< section data-post-type = "repost-of" data-post-id = "{{ .Params.slug }}" class = "h-entry" id = "response" > {{ end }}
< section data-post-type = "{{ .Params.posttype }}" data-post-id = "{{ .Params.slug }}" class = "h-entry" id = "response" >
< section class = "author" style = "display:none;" >
< a rel = "author" class = "p-author h-card" rel = "me" href = "https://jk.nipponalba.scot" > < img src = "/images/profile.jpg" / > < div class = "title" > {{ .Site.Params.Title }}< / div > < / a >
< / section >
< article class = "h-cite" > < p > {{ .Site.Params.Title }}
{{ if .Params.inreplyto }} replied to a{{ end }}
{{ if .Params.likeof }} liked a{{ end }}
{{ if .Params.repostof }} shared a{{ end }}
{{ if .Params.likeof }}< a href = "{{ .Params.likeof }}" class = "u-like-of" > post< / a > {{ end }}
{{ if .Params.inreplyto }}< a href = "{{ .Params.inreplyto }}" class = "u-in-reply-to" > post< / a > {{ end }}
{{ if .Params.repostof }}< a href = "{{ .Params.repostof }}" class = "u-repost-of" > post< / a > {{ end }}< / p >
{{ 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 }}< section class = "p-name p-content" > {{ .Content }}< / section > {{end}}
{{ 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 / >