Skip to content
This repository was archived by the owner on May 12, 2019. It is now read-only.

Commit 6decadc

Browse files
committed
Fixed how to setup cover
1 parent d5b0a40 commit 6decadc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

DOCUMENTATION.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ As the screenshot, you need to use for the proxying the same port as your Ghost
112112

113113
### Google Analytics
114114

115-
Go to Ghost Admin panel -> `Code Injection` -> `Blog Header` and add:
115+
Go to Ghost Admin panel `Code Injection` `Blog Header` and add:
116116

117117
```html
118118
<script>
@@ -122,7 +122,7 @@ var ga_id = 'UA-YOUR_ID_HERE';
122122

123123
### Comments
124124

125-
Go to Ghost Admin panel -> `Code Injection` -> `Blog Header` and add:
125+
Go to Ghost Admin panel `Code Injection` `Blog Header` and add:
126126

127127
```html
128128
<script>
@@ -132,11 +132,11 @@ var disqus_shortname = 'YOUR_DISQUS_SHORTCUT_HERE';
132132

133133
### Sidebar title
134134

135-
By default, the title that you see in the open page of your blog is extracted from your blog settings (Admin panel -> Blog Title).
135+
By default, the title that you see in the open page of your blog is extracted from your blog settings (Admin panel Blog Title).
136136

137137
If you want to customize it, you can do it:
138138

139-
Go to Ghost Admin panel -> `Code Injection` -> `Blog Header` and add:
139+
Go to Ghost Admin panel `Code Injection` `Blog Header` and add:
140140

141141
```html
142142
<script>
@@ -148,7 +148,7 @@ var profile_title = 'Kiko Beats';
148148

149149
The purpose of the subtitle is resume the bio in a phrase. This will be shown in the mobile/tablet version instead of the bio.
150150

151-
Go to Ghost Admin panel -> `Code Injection` -> `Blog Header` and add:
151+
Go to Ghost Admin panel `Code Injection` `Blog Header` and add:
152152

153153
```html
154154
<script>
@@ -166,7 +166,7 @@ Edit the file `partials/social.hbs`.
166166

167167
### Links
168168

169-
Go to Ghost Admin panel -> `Navigation` and add/edit items.
169+
Go to Ghost Admin panel `Navigation` and add/edit items.
170170

171171
"Blog" link is always included by default, so you don't need to add it manually.
172172

@@ -176,7 +176,7 @@ Create your favicons with [Favicon Generator](http://realfavicongenerator.net/)
176176

177177
### Cover
178178

179-
Go to Ghost Admin panel -> `Code Injection` -> `Blog Cover`
179+
Go to Ghost Admin panel → General → `Blog Cover`
180180

181181
### Cover Filter
182182

0 commit comments

Comments
 (0)