renaming chrome to partials

This commit is contained in:
spf13 2014-05-23 16:44:37 -04:00
parent 7e7e3ff3ab
commit 9989bda110
6 changed files with 6 additions and 7 deletions

View File

@ -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>

View 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">

View 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">

View 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">