diff options
author | Jordi Bares <jordibares@hotmail.com> | 2019-03-31 22:48:17 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-09 22:31:24 +0200 |
commit | 45271b5298d4a5dd91df97a1d3f3c726bd9398bc (patch) | |
tree | c703c7c5567fa4343e203a2bebf2ba60e87f5ea9 /layouts/docs | |
parent | 941ca77a327f595e50e0cd22d35e984afb29530d (diff) |
Add footer functionality
Diffstat (limited to 'layouts/docs')
-rw-r--r-- | layouts/docs/baseof.html | 1 |
1 files changed, 1 insertions, 0 deletions
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" . }} </div> {{ template "toc" . }} |