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%; }