From c8d40bec3a5ea681f3197ce0f3e2b9b238bfa8b9 Mon Sep 17 00:00:00 2001 From: uPagge Date: Fri, 12 Mar 2021 00:43:31 +0300 Subject: add tag nav (release-2.0.1) --- layouts/partials/breadcrumbs.html | 24 ++++++++++++---------- layouts/partials/header.html | 43 ++++++++++++++++++++++++--------------- layouts/partials/init.html | 2 +- 3 files changed, 41 insertions(+), 28 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/breadcrumbs.html b/layouts/partials/breadcrumbs.html index f6c9b4c..742f7da 100644 --- a/layouts/partials/breadcrumbs.html +++ b/layouts/partials/breadcrumbs.html @@ -1,11 +1,13 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 4087190..fa6337f 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -28,16 +28,21 @@ + @@ -139,15 +144,21 @@ {{- end -}} {{- $currentPage := . -}} - {{- range .Site.Menus.main -}} - {{- $url := .URL | relLangURL -}} - {{- with .Page -}} + diff --git a/layouts/partials/init.html b/layouts/partials/init.html index cb7f167..c1fe61c 100644 --- a/layouts/partials/init.html +++ b/layouts/partials/init.html @@ -1,4 +1,4 @@ -{{- .Scratch.Set "version" "2.0.0" -}} +{{- .Scratch.Set "version" "2.0.1" -}} {{- /* uBlogger theme version detection */ -}} {{- $VERSION := "2.0.X" -}} -- cgit v1.2.3