Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/spech66/flex-bp-hugo-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r--layouts/partials/sidebar.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 25f1eb8..ad659bb 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -8,4 +8,21 @@
<img src="{{ $photoimg.RelPermalink }}" width="{{ $photoimg.Width }}" height="{{ $photoimg.Height }}" alt="{{ $alt }}" />
{{ end }}
+<button class="btn-toggle-theme">Toggle Dark Mode</button>
+
+{{ if .IsTranslated }}
+ <h5>{{ i18n "translations" }}</h5>
+ {{ range $.Site.Home.AllTranslations }}
+ <a href="{{ .RelPermalink }}">{{ .Language.LanguageName }}</a>
+ {{ end }}
+{{ end }}
+
Sidebar
+
+<nav>
+ <ul>
+ <li><a href="#section-test-2">Zombie 2</a></li>
+ <li><a href="#section-test-7">Zombie 7</a></li>
+ <li><a href="#section-test-10">Zombie 10</a></li>
+ </ul>
+</nav>