renaming chrome to partials
This commit is contained in:
parent
7e7e3ff3ab
commit
9989bda110
|
@ -83,7 +83,6 @@ Hyde's page orientation can be reversed with a single class.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
**Mark Otto**
|
**Mark Otto**
|
||||||
- <https://github.com/mdo>
|
- <https://github.com/mdo>
|
||||||
- <https://twitter.com/mdo>
|
- <https://twitter.com/mdo>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{{ template "theme/chrome/head.html" . }}
|
{{ template "theme/partials/head.html" . }}
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{{ template "theme/chrome/sidebar.html" . }}
|
{{ template "theme/partials/sidebar.html" . }}
|
||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<ul class="posts">
|
<ul class="posts">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{{ template "theme/chrome/head.html" . }}
|
{{ template "theme/partials/head.html" . }}
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{{ template "theme/chrome/sidebar.html" . }}
|
{{ template "theme/partials/sidebar.html" . }}
|
||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{{ template "theme/chrome/head.html" . }}
|
{{ template "theme/partials/head.html" . }}
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{{ template "theme/chrome/sidebar.html" . }}
|
{{ template "theme/partials/sidebar.html" . }}
|
||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<div class="posts">
|
<div class="posts">
|
||||||
|
|
Loading…
Reference in New Issue