From a0b5d70608296c44781899de97cf48382fca40f5 Mon Sep 17 00:00:00 2001 From: dfukagaw28 Date: Tue, 3 Dec 2019 01:05:31 +0900 Subject: [PATCH] Updated with relURL (#244) --- layouts/_default/list.html | 10 +++++----- layouts/partials/footer.html | 4 ++-- layouts/partials/map.html | 2 +- layouts/partials/nav.html | 4 ++-- layouts/partials/recent_posts.html | 4 ++-- layouts/partials/scripts.html | 9 +++++---- layouts/partials/widgets/categories.html | 2 +- layouts/partials/widgets/tags.html | 2 +- 8 files changed, 19 insertions(+), 18 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 816c6ba51..647dddce4 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -30,9 +30,9 @@
{{ if .Params.banner }} - + {{ else }} - + {{ end }}
@@ -46,7 +46,7 @@

{{ .Title }}

{{ end }} {{ if isset .Params "categories" }} {{ if gt (len .Params.categories) 0 }} - in {{ index .Params.categories 0 }} + in {{ index .Params.categories 0 }} {{ end }} {{ end }} @@ -65,13 +65,13 @@

{{ .Title }}

diff --git a/layouts/partials/widgets/tags.html b/layouts/partials/widgets/tags.html index abe986a4e..d6aa383b8 100644 --- a/layouts/partials/widgets/tags.html +++ b/layouts/partials/widgets/tags.html @@ -12,7 +12,7 @@

{{ i18n "tagsTitle" }}

{{ $current := . }} {{ range $name, $items := .Site.Taxonomies.tags }} - {{ $name }} + {{ $name }} {{ end }}