From 9b902b4d52b268449afe3b304840d6d016360adc Mon Sep 17 00:00:00 2001 From: jk Date: Tue, 16 Jun 2020 19:11:58 +0100 Subject: [PATCH] a few styling changes and URL fix for bookmarks page --- themes/nipponalba/layouts/partials/bookmarks.html | 4 ++-- themes/nipponalba/static/css/style.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/nipponalba/layouts/partials/bookmarks.html b/themes/nipponalba/layouts/partials/bookmarks.html index a3902c96..2efa9d0e 100644 --- a/themes/nipponalba/layouts/partials/bookmarks.html +++ b/themes/nipponalba/layouts/partials/bookmarks.html @@ -1,12 +1,12 @@

Scottish Politics

{{ range .Site.Data.bookmarks }} {{ if eq .category "Scottish Politics"}} - {{ .name }} - {{ .content | markdownify }} + {{ .name }} - {{ .content | markdownify }} {{ end }} {{ end }}

Vegan Recipes

{{ range .Site.Data.bookmarks }} {{ if eq .category "Vegan Recipes"}} - {{ .name }} - {{ .content | markdownify }} + {{ .name }} - {{ .content | markdownify }} {{ end }} {{ end }} diff --git a/themes/nipponalba/static/css/style.css b/themes/nipponalba/static/css/style.css index 141633a0..de1f3637 100644 --- a/themes/nipponalba/static/css/style.css +++ b/themes/nipponalba/static/css/style.css @@ -740,7 +740,7 @@ hr{ width: 70%; } - .page-top .nav #Responses{ + .page-top .nav #Bookmarks{ display:none; } .page-top .nav li{ @@ -757,14 +757,14 @@ hr{ } .content { - width:95%; + width:90%; z-index: 2; position: absolute; left:0; } .about, .post, .archive, .content, .stream{ - width:95%; + width:90%; margin:0 auto; }