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

github.com/aerohub/hugo-orbit-theme.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.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 9c73ee1..22499e8 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -2,6 +2,10 @@
{{ partial "profile.html" . }}
+ {{ if .IsTranslated }}
+ {{ partial "translate.html" . }}
+ {{ end }}
+
{{ if .Site.Params.contact.enable }}
{{ partial "contact.html" . }}
{{ end }}
@@ -10,12 +14,12 @@
{{ partial "education.html" . }}
{{ end }}
- {{ if .Site.Params.languages.enable }}
- {{ partial "languages.html" . }}
+ {{ if .Site.Params.language.enable }}
+ {{ partial "language.html" . }}
{{ end }}
{{ if .Site.Params.interests.enable }}
{{ partial "interests.html" . }}
{{ end }}
- </div><!--//sidebar-wrapper--> \ No newline at end of file
+ </div><!--//sidebar-wrapper-->