From c8673f43ba330f88f74336b500ce0d082b3d378e Mon Sep 17 00:00:00 2001 From: Caio Lente <7017340+clente@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:24:13 -0300 Subject: Fix #13 --- layouts/_default/list.html | 4 ++-- layouts/_default/single.html | 2 +- layouts/partials/header.html | 2 +- layouts/partials/nav.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index bade113..e6cc177 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -16,7 +16,7 @@ {{ if .Params.link }} {{ .Title }} ↪ {{ else }} - {{ .Title }} + {{ .Title }} {{ end }} {{ else }} @@ -28,7 +28,7 @@ {{ if not .Data.Singular }}
{{ range (.GetTerms "tags") }} - #{{ lower .LinkTitle }} + #{{ lower .LinkTitle }} {{ end }}
{{ with .Site.Params.author.email }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 5a66907..42b5c10 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,4 +1,4 @@ {{ i18n "skip-link" }} -