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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMärt Põder <tramm@p6drad-teel.net>2020-04-21 10:34:05 +0300
committerGitHub <noreply@github.com>2020-04-21 10:34:05 +0300
commit7ed75ecfab0bc573200118a05f3028269f209556 (patch)
tree62d98e04739496d50638a5383e65de5b1b40d686 /layouts
parentdfd8a31ea8f0025c0745957aae7093df5b651739 (diff)
Make menu label multilingual and add label for English. (#87)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 00d204e..a79b083 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -56,6 +56,8 @@
{{ partial "footer/index" . }}
{{ partial "copyright" . }}
+
+ <a href="#navPanel" id="navPanelToggle">{{ i18n "NAV_MENU" . }}</a>
</div>
{{ template "_internal/google_analytics.html" . }}