diff options
author | spf13 | 2014-05-23 16:44:37 -0400 |
---|---|---|
committer | spf13 | 2014-05-23 16:44:37 -0400 |
commit | 9989bda110761c73591d6aecfd2a57c50df9290f (patch) | |
tree | b316a27d5a069f11a09894a2bc7bbd00813ddbd4 /layouts/_default | |
parent | 7e7e3ff3ab21767e1054da8841cda8015c4aabd6 (diff) | |
download | hyde-9989bda110761c73591d6aecfd2a57c50df9290f.tar.lz hyde-9989bda110761c73591d6aecfd2a57c50df9290f.tar.zst hyde-9989bda110761c73591d6aecfd2a57c50df9290f.zip |
renaming chrome to partials
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/list.html | 4 | ||||
-rw-r--r-- | layouts/_default/single.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 017c932..f93e73b 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.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"> <ul class="posts"> diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a6f29b1..e0b2f94 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.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="post"> |