diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-12 23:06:40 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-12 23:06:40 +0200 |
commit | cac0184060e064edb6f0df1990484b35dd004c55 (patch) | |
tree | a2ab8036b3bf9e172dbe61000ff5564a90865d21 /layouts/docs | |
parent | 172444da169412359fa41fa505a895d95207d22b (diff) |
Move footer to main body
Diffstat (limited to 'layouts/docs')
-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 2741c60..dc654b7 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -19,13 +19,13 @@ {{ partial "docs/mobile-header" . }} {{ template "main" . }} {{ partial "docs/git-footer" . }} + {{ partial "docs/inject/footer" . }} </div> {{ template "toc" . }} </main> {{ partial "docs/inject/body" . }} - {{ partial "docs/inject/footer" . }} {{ template "_internal/google_analytics_async.html" . }} </body> |