diff --git a/layouts/_default/section.html b/layouts/_default/section.html index 7a59af16..5ce8e366 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -52,7 +52,7 @@ {{ with .Page.Params.pleromaurl }} - - Syndication: {{ end }}{{ with .Page.Params.category }}{{ partial "taxonomy/categories.html" . }}{{ end }}{{ with .Page.Params.tag }}, {{ partial "taxonomy/tags.html" . }}{{ end }} + Syndication: {{ end }}{{ with .Page.Params.category }}{{ partial "taxonomy/categories.html" . }}{{ end }}{{ with .Page.Params.tag }}, {{ partial "taxonomy/tags.html" . }}{{ end }} {{ end }} diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index 012f0937..6d7af2bf 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -1,16 +1,17 @@ {{ define "main" }} {{ if not (eq .Type "response" "bookmarkof")}} - + {{ if ne .Type "article"}}
{{else}}
{{end}} + {{ if eq .Type "article" }}{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}

{{ .Title }}

{{ .Description }}
{{ .ReadingTime }}-minute read

{{ 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 }}
{{ end }} -
+
{{ .Content }} {{ if eq .Type "photo"}}
@@ -32,7 +33,7 @@ {{ with .Page.Params.category }}{{ partial "taxonomy/categories.html" . }}{{ end }}{{ with .Page.Params.tag }}, {{ partial "taxonomy/tags.html" . }}{{ end }} + Syndication: {{ end }}{{ with .Page.Params.category }}{{ partial "taxonomy/categories.html" . }}{{ end }}{{ with .Page.Params.tag }}, {{ partial "taxonomy/tags.html" . }}{{ end }}
{{ end }}

Interactions