diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index c16e9fb6..d6511035 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -26,20 +26,20 @@
-{{ if not (eq .Type "article")}}
{{end}} +
+{{ $pathJSON := (print .Permalink "bridgy.json") }} +{{ $relpathJSON := (print .RelPermalink "bridgy.json") }} +{{ if fileExists $relpathJSON }} +
+ {{ $mJSON := getJSON $pathJSON }} + Syndicated to Pleroma +
+{{ end }}
{{ 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 }}
- {{ $pathJSON := (print .Permalink "bridgy.json") }} - {{ $relpathJSON := (print .RelPermalink "bridgy.json") }} - {{ if fileExists $relpathJSON }} -
- {{ $mJSON := getJSON $pathJSON }} - Syndicated to Pleroma -
- {{ end }}
{{ if eq .Type "article"}} diff --git a/themes/nipponalba/static/css/style.css b/themes/nipponalba/static/css/style.css index bc81a68d..426ec633 100644 --- a/themes/nipponalba/static/css/style.css +++ b/themes/nipponalba/static/css/style.css @@ -669,7 +669,7 @@ pre { left:0; } - .about, .post, .archive, .content, .feed, .stream{ + .about, .post, .archive, .content, .stream{ width:95%; margin:0 auto; }