add slug to titles with space
This commit is contained in:
parent
b1745466a2
commit
78af7dec6c
1 changed files with 9 additions and 4 deletions
|
@ -34,6 +34,7 @@
|
|||
},
|
||||
{
|
||||
"title": "Control D",
|
||||
"slug": "controld",
|
||||
"hex": "5FD800"
|
||||
},
|
||||
{
|
||||
|
@ -83,9 +84,9 @@
|
|||
"title": "KuCoin",
|
||||
"hex": "01BC8D"
|
||||
},
|
||||
{
|
||||
{
|
||||
"title": "La Poste",
|
||||
"slug": "laposte"
|
||||
"slug": "laposte"
|
||||
},
|
||||
{
|
||||
"title": "Microsoft"
|
||||
|
@ -126,10 +127,12 @@
|
|||
"color": "EF8300"
|
||||
},
|
||||
{
|
||||
"title": "Privacy Guides"
|
||||
"title": "Privacy Guides",
|
||||
"slug": "privacyguides"
|
||||
},
|
||||
{
|
||||
"title": "Privacy.com"
|
||||
"title": "Privacy.com",
|
||||
"slug": "privacy"
|
||||
},
|
||||
{
|
||||
"title": "Proton"
|
||||
|
@ -143,6 +146,7 @@
|
|||
},
|
||||
{
|
||||
"title": "Standard Notes",
|
||||
"slug": "standardnotes",
|
||||
"hex": "2173E6"
|
||||
},
|
||||
{
|
||||
|
@ -154,6 +158,7 @@
|
|||
},
|
||||
{
|
||||
"title": "Trading 212",
|
||||
"slug": "trading212",
|
||||
"hex": "4BA4DE"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue