{{ if $.Param "logo" | default true }}
-
-
+
+
{{ else }}
{{ end }}
{{ if ne .Site.Params.logoType "long" }}
-
+
{{ .Site.Params.logoText }}
{{ end }}
diff --git a/layouts/partials/script/pub-list-script.html b/layouts/partials/script/pub-list-script.html
index 1f5e9d3..19a04b9 100644
--- a/layouts/partials/script/pub-list-script.html
+++ b/layouts/partials/script/pub-list-script.html
@@ -10,7 +10,7 @@
var enableSearchHighlight = JSON.parse({{ $enableSearchHighlight | jsonify }});
{{ $isFirstSection := eq .Permalink .FirstSection.Permalink }}
var isFirstSection = JSON.parse({{ $isFirstSection | jsonify }});
- {{ $tagsBaseURL := ("/tags/" | relLangURL) }}
+ {{ $tagsBaseURL := ("tags/" | relLangURL) }}
var tagsBaseURL = JSON.parse({{ $tagsBaseURL | jsonify }});
document.addEventListener('DOMContentLoaded', function () {
diff --git a/layouts/partials/taxonomy/taxonomy-categories.html b/layouts/partials/taxonomy/taxonomy-categories.html
index 1d9d8ad..96ccf9b 100644
--- a/layouts/partials/taxonomy/taxonomy-categories.html
+++ b/layouts/partials/taxonomy/taxonomy-categories.html
@@ -2,7 +2,7 @@
-
+
{{ i18n "categories" }}
diff --git a/layouts/partials/taxonomy/taxonomy-series.html b/layouts/partials/taxonomy/taxonomy-series.html
index 757a80f..ff8d8dd 100644
--- a/layouts/partials/taxonomy/taxonomy-series.html
+++ b/layouts/partials/taxonomy/taxonomy-series.html
@@ -2,7 +2,7 @@
-
+
{{ i18n "series" }}
diff --git a/layouts/partials/taxonomy/taxonomy-tags.html b/layouts/partials/taxonomy/taxonomy-tags.html
index 2e00518..267decc 100644
--- a/layouts/partials/taxonomy/taxonomy-tags.html
+++ b/layouts/partials/taxonomy/taxonomy-tags.html
@@ -2,7 +2,7 @@