renaming chrome to partials
This commit is contained in:
parent
7e7e3ff3ab
commit
9989bda110
6 changed files with 6 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue