Fix some minimal details
This commit is contained in:
@ -12,15 +12,15 @@ const links = [
|
|||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
text: 'Services',
|
text: 'Services',
|
||||||
href: getPermalink('/services'),
|
href: "#",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'About us',
|
text: 'About us',
|
||||||
href: getPermalink('/about'),
|
href: "#",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Contact',
|
text: 'Contact',
|
||||||
href: getPermalink('/contact'),
|
href: "#",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Terms',
|
text: 'Terms',
|
||||||
@ -32,6 +32,10 @@ const links = [
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: 'Resources',
|
||||||
|
href: getPermalink('useful-resources-to-create-websites', 'post'),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: 'Blog',
|
text: 'Blog',
|
||||||
href: getBlogPermalink(),
|
href: getBlogPermalink(),
|
||||||
|
Reference in New Issue
Block a user