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/translate.html')
-rw-r--r--layouts/partials/translate.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/translate.html b/layouts/partials/translate.html
new file mode 100644
index 0000000..a71f02c
--- /dev/null
+++ b/layouts/partials/translate.html
@@ -0,0 +1,5 @@
+ <div class="profile-container">
+ {{ range .Translations }}
+ <a class="btn btn-translate" href="{{ .Permalink }}">{{upper .Lang }}</a>
+ {{ end }}
+ </div><!--//profile-container-->