From 3fff44310ae12edf211c3e25f3db7444aac6cd3a Mon Sep 17 00:00:00 2001 From: jk Date: Fri, 19 Jun 2020 20:38:57 +0100 Subject: [PATCH] styling updates --- themes/nipponalba/layouts/_default/single.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index c650872c..60c366aa 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -27,15 +27,15 @@ {{ end }}
{{ if not (eq .Type "article") }}
- {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
+ {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
{{ end }} {{ $pathJSON := (print .Permalink "bridgy.json") }} {{ $relpathJSON := (print .RelPermalink "bridgy.json") }} {{ if fileExists $relpathJSON }} -
+
+ {{ end }}

Interactions