diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index d820afc..5d181e6 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,5 @@ {{ template "theme/partials/head.html" . }} <body class="theme-base-0b layout-reverse"> -{{ template "theme/partials/sidebar.html" . }} <main class="content container" role="main"> <div class="posts"> {{ range .Data.Pages }} @@ -16,5 +15,6 @@ {{ end }} </div> </main> +{{ template "theme/partials/sidebar.html" . }} </body> </html> |