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/language.html')
-rw-r--r--layouts/partials/language.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/language.html b/layouts/partials/language.html
new file mode 100644
index 0000000..dcac74a
--- /dev/null
+++ b/layouts/partials/language.html
@@ -0,0 +1,8 @@
+ <div class="language-container container-block">
+ <h2 class="container-block-title">{{ i18n "language" }}</h2>
+ <ul class="list-unstyled interests-list">
+ {{ range .Site.Params.language.list }}
+ <li>{{ .language }} <span class="lang-desc">({{ .level }})</span></li>
+ {{ end }}
+ </ul>
+ </div><!--//language-->