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" . }} {{ template "toc" . }} {{ partial "docs/inject/body" . }} - {{ partial "docs/inject/footer" . }} {{ template "_internal/google_analytics_async.html" . }} diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html index 47e0ed5..2f4e8f0 100644 --- a/layouts/posts/baseof.html +++ b/layouts/posts/baseof.html @@ -17,6 +17,7 @@
{{ partial "docs/mobile-header" . }} {{ template "main" . }} + {{ partial "docs/inject/footer" . }}