Skip to content

Commit

Permalink
Fix initial pages in fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Usbac committed Sep 8, 2024
1 parent bffd9b5 commit 87d9655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/database/fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"id": 1,
"title": "Home",
"slug": "",
"html": "<section>\r\n<h1 style=\"text-align: center;\">Welcome!<\/h1>\r\n<p style=\"font-size: 14pt;\">Thank you for choosing Aurora.<\/p>\r\n<h3>Documentation<\/h3>\r\n<p style=\"font-size: 14pt;\">You can take a look at the <a style=\"text-decoration: underline; color: blue;\" href=\"https:\/\/github.com\/Usbac\/aurora\/wiki\" target=\"_blank\" rel=\"noopener\">documentation<\/a> to learn more about the CMS. There you will find information about the architecture, settings, installation, CLI and more...<\/p>\r\n<h3>Contributing<\/h3>\r\n<p style=\"font-size: 14pt;\">Any contribution or support to this project will be highly appreciated. Please review the <a style=\"text-decoration: underline; color: blue;\" href=\"https:\/\/github.com\/Usbac\/aurora\/blob\/main\/CONTRIBUTING.md\" target=\"_blank\" rel=\"noopener\">contribution guide<\/a> before you open issues or send pull requests in the repository.<\/p>\r\n<\/section>",
"html": "<div class=\"section\">\r\n<h1 style=\"text-align: center;\">Welcome!<\/h1>\r\n<p style=\"font-size: 14pt;\">Thank you for choosing Aurora.<\/p>\r\n<h3>Documentation<\/h3>\r\n<p style=\"font-size: 14pt;\">You can take a look at the <a style=\"text-decoration: underline; color: blue;\" href=\"https:\/\/github.com\/Usbac\/aurora\/wiki\" target=\"_blank\" rel=\"noopener\">documentation<\/a> to learn more about the CMS. There you will find information about the architecture, settings, installation, CLI and more...<\/p>\r\n<h3>Contributing<\/h3>\r\n<p style=\"font-size: 14pt;\">Any contribution or support to this project will be highly appreciated. Please review the <a style=\"text-decoration: underline; color: blue;\" href=\"https:\/\/github.com\/Usbac\/aurora\/blob\/main\/CONTRIBUTING.md\" target=\"_blank\" rel=\"noopener\">contribution guide<\/a> before you open issues or send pull requests in the repository.<\/p>\r\n<\/div>",
"status": 1,
"static": 0,
"static_file": "",
Expand All @@ -45,7 +45,7 @@
"id": 2,
"title": "About",
"slug": "about",
"html": "<section>\r\n<h1 style=\"text-align: center;\">About<\/h1>\r\n<p style=\"font-size: 14pt;\">Aurora is a modern and lightweight CMS made in PHP, focused on both developers and content managers. Extremely simple to install, use and modify.<\/p>\r\n<\/section>",
"html": "<div class=\"section\">\r\n<h1 style=\"text-align: center;\">About<\/h1>\r\n<p style=\"font-size: 14pt;\">Aurora is a modern and lightweight CMS made in PHP, focused on both developers and content managers. Extremely simple to install, use and modify.<\/p>\r\n<\/div>",
"status": 1,
"static": 0,
"static_file": "",
Expand Down

0 comments on commit 87d9655

Please sign in to comment.