]> njoseph.me Git - hyde.git/commitdiff
renaming chrome to partials
authorspf13 <steve.francia@gmail.com>
Fri, 23 May 2014 20:44:37 +0000 (16:44 -0400)
committerspf13 <steve.francia@gmail.com>
Fri, 23 May 2014 20:44:37 +0000 (16:44 -0400)
README.md
layouts/_default/list.html
layouts/_default/single.html
layouts/index.html
layouts/partials/head.html [moved from layouts/chrome/head.html with 100% similarity]
layouts/partials/sidebar.html [moved from layouts/chrome/sidebar.html with 100% similarity]

index 6f0a8b28facf87dc6b2ef99b62a7fc5e300ada96..2502796f4aaf715bef975fa35ddf2f0ec6e7a3d6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -83,7 +83,6 @@ Hyde's page orientation can be reversed with a single class.
 ```
 
 ## Author
-
 **Mark Otto**
 - <https://github.com/mdo>
 - <https://twitter.com/mdo>
index 017c932a8efb49f18e5b08131a882c3f18513236..f93e73bfeda64ef1ce4a3986c377f878370b1232 100644 (file)
@@ -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">
index a6f29b19631acc0c2f1509800d8ecf889110139b..e0b2f944601d9ebbea5e9799843c0b0f3185ea64 100644 (file)
@@ -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">
index cb75c3b4dcc948aca35ea23183af2dd45dab8573..320b97512f92ecb5b08fcd2b8ce2266a3305f348 100644 (file)
@@ -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">