From 1631bc295d7f30dde985aaeed176911706f7c488 Mon Sep 17 00:00:00 2001 From: nevfy Date: Sat, 20 Apr 2024 14:33:01 +0300 Subject: [PATCH 1/6] feat: upgrade theme --- go.mod | 5 ++--- go.sum | 9 +++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 1000f68..295f845 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,6 @@ module github.com/google/docsy-example go 1.12 require ( - github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f // indirect - github.com/google/docsy v0.5.1 // indirect - github.com/twbs/bootstrap v4.6.2+incompatible // indirect + github.com/google/docsy v0.9.1 // indirect + github.com/google/docsy/dependencies v0.5.1 // indirect ) diff --git a/go.sum b/go.sum index 796b137..46e1425 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,8 @@ -github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f h1:bvkUptSRPZBr3Kxuk+bnWCEmQ5MtEJX5fjezyV0bC3g= github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo= -github.com/google/docsy v0.5.1 h1:D/ZdFKiE29xM/gwPwQzmkyXhcbQGkReRS6aGrF7lnYk= -github.com/google/docsy v0.5.1/go.mod h1:maoUAQU5H/d+FrZIB4xg1EVWAx7RyFMGSDJyWghm31E= +github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo= +github.com/google/docsy v0.9.1 h1:+jqges1YCd+yHeuZ1BUvD8V8mEGVtPxULg5j/vaJ984= +github.com/google/docsy v0.9.1/go.mod h1:saOqKEUOn07Bc0orM/JdIF3VkOanHta9LU5Y53bwN2U= +github.com/google/docsy/dependencies v0.5.1 h1:JVVLjnjC5i7GN2ZXKJ0QDa8UY71JMoqkeKK8CS6R/C4= github.com/google/docsy/dependencies v0.5.1/go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE= -github.com/twbs/bootstrap v4.6.2+incompatible h1:TDa+R51BTiy1wEHSYjmqDb8LxNl/zaEjAOpRE9Hwh/o= github.com/twbs/bootstrap v4.6.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= +github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= -- 2.42.0 From 74853440a183dfa7172c64e210429a183bc4a7df Mon Sep 17 00:00:00 2001 From: nevfy Date: Sat, 20 Apr 2024 15:02:09 +0300 Subject: [PATCH 2/6] fix(bs): upgrade carousel --- content/en/_index.html | 30 +++++++++++++++--------------- content/ru/_index.html | 30 ++++++++++++++---------------- 2 files changed, 29 insertions(+), 31 deletions(-) diff --git a/content/en/_index.html b/content/en/_index.html index 1f03327..26b3548 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -8,7 +8,7 @@ linkTitle = "SelfPrivacy"
-
diff --git a/content/ru/_index.html b/content/ru/_index.html index d1762a8..900a199 100644 --- a/content/ru/_index.html +++ b/content/ru/_index.html @@ -8,7 +8,7 @@ linkTitle = "SelfPrivacy"
-
-- 2.42.0 From ed411ab23594c130e5ad5f057ca3b5b70019b068 Mon Sep 17 00:00:00 2001 From: nevfy Date: Sat, 20 Apr 2024 15:11:45 +0300 Subject: [PATCH 3/6] fix(bs): lang selector --- layouts/partials/navbar-lang-selector.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/layouts/partials/navbar-lang-selector.html b/layouts/partials/navbar-lang-selector.html index 33eca94..12fa215 100644 --- a/layouts/partials/navbar-lang-selector.html +++ b/layouts/partials/navbar-lang-selector.html @@ -1,10 +1,12 @@ {{/* Link directly to documentation etc., if possible. */}} {{ $langPage := cond (gt (len .Translations) 0) . .Site.Home }} - -