@@ -112,7 +112,7 @@ As the screenshot, you need to use for the proxying the same port as your Ghost
112
112
113
113
### Google Analytics
114
114
115
- Go to Ghost Admin panel -> ` Code Injection ` -> ` Blog Header ` and add:
115
+ Go to Ghost Admin panel → ` Code Injection ` → ` Blog Header ` and add:
116
116
117
117
``` html
118
118
<script >
@@ -122,7 +122,7 @@ var ga_id = 'UA-YOUR_ID_HERE';
122
122
123
123
### Comments
124
124
125
- Go to Ghost Admin panel -> ` Code Injection ` -> ` Blog Header ` and add:
125
+ Go to Ghost Admin panel → ` Code Injection ` → ` Blog Header ` and add:
126
126
127
127
``` html
128
128
<script >
@@ -132,11 +132,11 @@ var disqus_shortname = 'YOUR_DISQUS_SHORTCUT_HERE';
132
132
133
133
### Sidebar title
134
134
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).
136
136
137
137
If you want to customize it, you can do it:
138
138
139
- Go to Ghost Admin panel -> ` Code Injection ` -> ` Blog Header ` and add:
139
+ Go to Ghost Admin panel → ` Code Injection ` → ` Blog Header ` and add:
140
140
141
141
``` html
142
142
<script >
@@ -148,7 +148,7 @@ var profile_title = 'Kiko Beats';
148
148
149
149
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.
150
150
151
- Go to Ghost Admin panel -> ` Code Injection ` -> ` Blog Header ` and add:
151
+ Go to Ghost Admin panel → ` Code Injection ` → ` Blog Header ` and add:
152
152
153
153
``` html
154
154
<script >
@@ -166,7 +166,7 @@ Edit the file `partials/social.hbs`.
166
166
167
167
### Links
168
168
169
- Go to Ghost Admin panel -> ` Navigation ` and add/edit items.
169
+ Go to Ghost Admin panel → ` Navigation ` and add/edit items.
170
170
171
171
"Blog" link is always included by default, so you don't need to add it manually.
172
172
@@ -176,7 +176,7 @@ Create your favicons with [Favicon Generator](http://realfavicongenerator.net/)
176
176
177
177
### Cover
178
178
179
- Go to Ghost Admin panel -> ` Code Injection ` -> ` Blog Cover `
179
+ Go to Ghost Admin panel → General → ` Blog Cover `
180
180
181
181
### Cover Filter
182
182
0 commit comments