From 45271b5298d4a5dd91df97a1d3f3c726bd9398bc Mon Sep 17 00:00:00 2001 From: Jordi Bares Date: Sun, 31 Mar 2019 22:48:17 +0100 Subject: Add footer functionality --- layouts/docs/baseof.html | 1 + 1 file changed, 1 insertion(+) (limited to 'layouts/docs/baseof.html') diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index 9ea09fa..57c4bec 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -19,6 +19,7 @@ {{ partial "docs/mobile-header" . }} {{ template "main" . }} {{ partial "docs/git-footer" . }} + {{ partial "docs/footer" . }} {{ template "toc" . }} -- cgit v1.2.3