diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ba9c5cb..3bff8fb 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.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"> <article class="post"> <h1>{{ .Title }}</h1> @@ -8,5 +7,6 @@ {{ .Content }} </article> </main> +{{ template "theme/partials/sidebar.html" . }} </body> </html> |