From 934d5f1a7bf5b4f11491068ae509e2cba952cf97 Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Wed, 29 Sep 2021 16:28:45 -0400 Subject: [PATCH] fix(theme): styles renamed featured header image class on article pages so that they're (somewhat) more distinct from article preview images on list pages --- blog/themes/mineral/layouts/_default/single.html | 2 +- blog/themes/mineral/static/css/mineral.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/themes/mineral/layouts/_default/single.html b/blog/themes/mineral/layouts/_default/single.html index bca5238..66549f8 100644 --- a/blog/themes/mineral/layouts/_default/single.html +++ b/blog/themes/mineral/layouts/_default/single.html @@ -6,7 +6,7 @@ {{if isset .Params "image" }} - {{ .Title }} + {{ .Title }} {{ end }}
diff --git a/blog/themes/mineral/static/css/mineral.css b/blog/themes/mineral/static/css/mineral.css index 140889e..7794bf0 100644 --- a/blog/themes/mineral/static/css/mineral.css +++ b/blog/themes/mineral/static/css/mineral.css @@ -55,6 +55,6 @@ article p img { hyphens: auto; } -img.preview { +img.preview, img.heading { width: 100%; }