diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html index 854bab2..22c6e32 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,4 +1,4 @@ -{{ template "theme/partials/head.html" . }} +{{ partial "head.html" . }} <body class="theme-base-0b layout-reverse" itemscope itemtype="http://schema.org/Blog"> <main class="content container" role="main"> <section class="categories"> @@ -23,6 +23,6 @@ </ul> </section> </main> -{{ template "theme/partials/sidebar.html" . }} +{{ partial "sidebar.html" . }} </body> </html> |