diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 29239a1..657ab16 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 { @@ -106,4 +116,19 @@ border-radius: 10px; border: none; margin-top: 1rem; +} + +a.nav-link.sp-coming-soon { + pointer-events: none; + cursor: default; + color: #616161; +} + +a.nav-link.sp-coming-soon::after { + content: "Coming soon!"; + background-color: #616161; + color: $dark; + margin-left: .5rem; + padding: .1rem; + border-radius: .1rem; } \ No newline at end of file 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/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. - 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 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..8b5aed9 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -47,12 +47,13 @@
  • {{ T "footer_download_fdroid" }}
  • {{ T "footer_download_google_play" }}
  • {{ T "footer_download_apk" }}
  • +
  • {{ T "footer_download_ios" }}
  • {{ T "footer_download_desktop" }}