diff options
Diffstat (limited to 'layouts/docs')
-rw-r--r-- | layouts/docs/baseof.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index 805e060..9623041 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -32,10 +32,10 @@ </div> {{ template "toc" . }} - - {{ partial "docs/inject/body" . }} - {{ template "_internal/google_analytics_async.html" . }} </main> + + {{ partial "docs/inject/body" . }} + {{ template "_internal/google_analytics_async.html" . }} </body> </html> |