From d2267daf8aef092e201fe3b03d029f48b1eef255 Mon Sep 17 00:00:00 2001 From: jk Date: Sun, 14 Jun 2020 13:54:36 +0100 Subject: [PATCH] slight single.html formatting update --- themes/nipponalba/layouts/_default/single.html | 4 ++-- themes/nipponalba/static/css/style.css | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index bc898e23..c16e9fb6 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -26,7 +26,7 @@
-{{ if not (eq .Type "article")}}{{end}} +{{ if not (eq .Type "article")}}
{{end}}
{{ with .Page.Params.Blog }}{{ partial "taxonomy/blog.html" . }}{{ end }} {{ with .Page.Params.category }}{{ partial "taxonomy/categories.html" . }}{{ end }} @@ -37,7 +37,7 @@ {{ if fileExists $relpathJSON }} {{ end }}
diff --git a/themes/nipponalba/static/css/style.css b/themes/nipponalba/static/css/style.css index df84f764..299c590d 100644 --- a/themes/nipponalba/static/css/style.css +++ b/themes/nipponalba/static/css/style.css @@ -440,7 +440,16 @@ pre { .post .post-footer .tags a:hover, .post .post-footer-page .tags a:hover{ text-decoration: none; } - +.post .post-footer-page .syndication{ + display:inline; + float:right; + text-align:right; + font-size:13px; +} +.post .post-footer-page .date{ + display:inline; + float:left; +} .footer { clear: both; text-align: center;