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 cb75c3b..320b975 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,7 +1,7 @@ -{{ template "theme/chrome/head.html" . }} +{{ template "theme/partials/head.html" . }} <body> -{{ template "theme/chrome/sidebar.html" . }} +{{ template "theme/partials/sidebar.html" . }} <div class="content container"> <div class="posts"> |