From 05c3b8fac9bec7cf54fed20d93fac52e1e97ad97 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sun, 10 Nov 2019 00:23:06 +0100 Subject: Add language switch at bottom of page --- layouts/docs/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/docs/baseof.html') diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index 6ee6e40..38630a7 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -17,7 +17,7 @@
{{ partial "docs/mobile-header" . }} {{ template "main" . }} - {{ partial "docs/git-footer" . }} + {{ partial "docs/footer" . }} {{ partial "docs/inject/footer" . }}
-- cgit v1.2.3