From 0ec60e9678d5f049b687d1b753dd73c1a5107daa Mon Sep 17 00:00:00 2001 From: Alexander Bilz Date: Wed, 23 Jun 2021 20:25:39 +0100 Subject: [PATCH] Fix: Adjusted title of single.html to be a H1 header --- assets/css/style.css | 2 +- layouts/_default/single.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 45e4ada4..47893efb 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -347,7 +347,7 @@ aside { .post .post-title h1 { text-transform: uppercase; font-size: 30px; - letter-spacing: 5px; + letter-spacing: 1px; line-height: 1; } diff --git a/layouts/_default/single.html b/layouts/_default/single.html index b606eb2d..5aff20e0 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -5,7 +5,7 @@ Thumbnail image {{ end }}
-

{{ .Title }}

+

{{ .Title }}

{{ if or (eq .Type "post") (eq .Type .Site.Params.postSectionName) }}