diff options
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 6ee6e40..38630a7 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -17,7 +17,7 @@ <div class="book-page"> {{ partial "docs/mobile-header" . }} {{ template "main" . }} - {{ partial "docs/git-footer" . }} + {{ partial "docs/footer" . }} {{ partial "docs/inject/footer" . }} </div> |