diff options
author | Jordi Bares <jordibares@hotmail.com> | 2019-04-02 22:22:10 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-09 22:31:24 +0200 |
commit | 629c4bb1d4857086db8a9b39baead24c2af809a9 (patch) | |
tree | 367d3cb5b647d3ac5161518452dee553f5b13f5d /layouts/docs/baseof.html | |
parent | 655de364ea38b06c2f21614f9007524474891ddd (diff) |
Various fixes responding to Alex notes
Diffstat (limited to 'layouts/docs/baseof.html')
-rw-r--r-- | layouts/docs/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index 57c4bec..aaf5f57 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -19,7 +19,7 @@ {{ partial "docs/mobile-header" . }} {{ template "main" . }} {{ partial "docs/git-footer" . }} - {{ partial "docs/footer" . }} + {{ partial "docs/inject/footer" . }} </div> {{ template "toc" . }} |