From a6b51c2799a92e942cc107b91346a7d02a4bbcc0 Mon Sep 17 00:00:00 2001 From: nevfy Date: Sun, 28 Jan 2024 00:50:15 +0400 Subject: [PATCH 1/5] fix: right toc --- assets/scss/_styles_project.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 29239a1..fa9ec90 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -9,8 +9,18 @@ } } +.td-toc ul { + margin-top: 1rem; +} +.td-toc li { + display: block; + padding-bottom: .5rem; +} +.td-toc a{ + display: inline !important; +} @media (min-width: 768px) { .td-sidebar { From 531a1de5a226f68aeb7b036bb2743207bd471aae Mon Sep 17 00:00:00 2001 From: nevfy Date: Sun, 28 Jan 2024 22:26:11 +0400 Subject: [PATCH 2/5] fix: add ios link --- i18n/en.toml | 3 +++ i18n/ru.toml | 3 +++ layouts/partials/footer.html | 1 + 3 files changed, 7 insertions(+) diff --git a/i18n/en.toml b/i18n/en.toml index f32dd2c..e50ccf4 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -55,6 +55,9 @@ other = "Google Play" [footer_download_apk] other = "APK file" +[footer_download_ios] +other = "App Store" + [footer_download_desktop] other = "For your computer" diff --git a/i18n/ru.toml b/i18n/ru.toml index 93aae99..0683c61 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -55,6 +55,9 @@ other = "Google Play" [footer_download_apk] other = "APK файл" +[footer_download_ios] +other = "App Store" + [footer_download_desktop] other = "Для компьютера" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b18f8d5..4da0c76 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -47,6 +47,7 @@
  • {{ T "footer_download_fdroid" }}
  • {{ T "footer_download_google_play" }}
  • {{ T "footer_download_apk" }}
  • +
  • {{ T "footer_download_ios" }}
  • {{ T "footer_download_desktop" }}

    {{ T "footer_download_desktop" }}

    From e6d09a43fbd3038cf0614e621d6a29d0e8c2a96f Mon Sep 17 00:00:00 2001 From: nevfy Date: Mon, 29 Jan 2024 02:12:04 +0400 Subject: [PATCH 4/5] fix: remove cyrillic from folder name --- content/en/docs/{Сontributing => Contributing}/_index.md | 0 content/ru/docs/{Сontributing => Contributing}/_index.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename content/en/docs/{Сontributing => Contributing}/_index.md (100%) rename content/ru/docs/{Сontributing => Contributing}/_index.md (100%) diff --git a/content/en/docs/Сontributing/_index.md b/content/en/docs/Contributing/_index.md similarity index 100% rename from content/en/docs/Сontributing/_index.md rename to content/en/docs/Contributing/_index.md diff --git a/content/ru/docs/Сontributing/_index.md b/content/ru/docs/Contributing/_index.md similarity index 100% rename from content/ru/docs/Сontributing/_index.md rename to content/ru/docs/Contributing/_index.md From 5bc756be98ae46b911962345dc763713869982fd Mon Sep 17 00:00:00 2001 From: Inex Code Date: Mon, 29 Jan 2024 17:07:06 +0400 Subject: [PATCH 5/5] fix(ru): Fix blog title --- content/ru/blog/_index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/ru/blog/_index.md b/content/ru/blog/_index.md index a5e189b..c2fdd8a 100644 --- a/content/ru/blog/_index.md +++ b/content/ru/blog/_index.md @@ -1,6 +1,6 @@ --- -title: "SelfPrivacy Blog" -linkTitle: "Blog" +title: "Блог SelfPrivacy" +linkTitle: "Блог" menu: main: weight: 30 @@ -10,4 +10,3 @@ menu: This is the **blog** section. It has two categories: News and Releases. Files in these directories will be listed in reverse chronological order. -