Removing title from TOC, fixes #19
This commit is contained in:
parent
a685e4c2a7
commit
cd3abbf188
11
package.json
11
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "bifocal",
|
||||
"description": "A Ghost theme, based on Solo",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.3",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"ghost": ">=5.0.0"
|
||||
|
@ -43,7 +43,11 @@
|
|||
"custom": {
|
||||
"navigation_layout": {
|
||||
"type": "select",
|
||||
"options": ["Logo on the left", "Logo in the middle", "Stacked"],
|
||||
"options": [
|
||||
"Logo on the left",
|
||||
"Logo in the middle",
|
||||
"Stacked"
|
||||
],
|
||||
"default": "Logo on the left"
|
||||
},
|
||||
"primary_header": {
|
||||
|
@ -99,5 +103,6 @@
|
|||
"postcss": "8.4.38",
|
||||
"postcss-easy-import": "4.0.0",
|
||||
"pump": "3.0.0"
|
||||
}
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue