diff --git a/site/entries/about/entry.json b/site/entries/about/entry.json index 246c911a..7f194252 100644 --- a/site/entries/about/entry.json +++ b/site/entries/about/entry.json @@ -8,6 +8,6 @@ "description": "", "menu_item_title": "About", "menu_item_url": "about", - "menu_item_target": "self", + "menu_item_target": "_self", "menu_item_order": "3" } \ No newline at end of file diff --git a/site/entries/blog/entry.json b/site/entries/blog/entry.json index 0cbcdee3..36e8708f 100644 --- a/site/entries/blog/entry.json +++ b/site/entries/blog/entry.json @@ -6,7 +6,7 @@ "description": "", "menu_item_title": "Blog", "menu_item_url": "blog", - "menu_item_target": "self", + "menu_item_target": "_self", "menu_item_order": "2", "entries_limit": "2" } \ No newline at end of file diff --git a/site/entries/home/entry.json b/site/entries/home/entry.json index 18a49208..e5053b1d 100644 --- a/site/entries/home/entry.json +++ b/site/entries/home/entry.json @@ -1,13 +1,13 @@ -{ - "title": "Home", - "content": "

\r\n Welcome!\r\n

\r\n

\r\n Welcome to your new Flextype powered website.\r\n
\r\n Flextype is succesfully installed, you can start editing the content and customising your site in Admin panel.\r\n

\r\n
\r\n

Latest blog posts:

\r\n", - "template": "home", - "fieldset": "default", - "visibility": "visible", - "date": "February 20 2019 11:06:46", - "description": "", - "menu_item_title": "Home", - "menu_item_url": "home", - "menu_item_target": "self", - "menu_item_order": "1" +{ + "title": "Home", + "content": "

\r\n Welcome!\r\n

\r\n

\r\n Welcome to your new Flextype powered website.\r\n
\r\n Flextype is succesfully installed, you can start editing the content and customising your site in Admin panel.\r\n

\r\n
\r\n

Latest blog posts:

\r\n", + "template": "home", + "fieldset": "default", + "visibility": "visible", + "date": "February 20 2019 11:06:46", + "description": "", + "menu_item_title": "Home", + "menu_item_url": "home", + "menu_item_target": "_self", + "menu_item_order": "1" } \ No newline at end of file