diff --git a/site/pages/home/page.html b/site/pages/home/page.html index 63bd4602..e8c41ea5 100755 --- a/site/pages/home/page.html +++ b/site/pages/home/page.html @@ -1,15 +1,12 @@ --- title: Welcome description: 'Flextype is a simple and light-weighted Content Management System' -date: 'June 27 2018 14:54:22.' -visibility: visible -template: default ---
You can start editing the content and customising your site.
To edit this page, simply go to the folder you installed Flextype, and then browse to the `/site/pages/home/` folder and open the `page.md` file in your editor.
+To edit this page, simply go to the folder you installed Flextype, and then browse to the `/site/pages/home/` folder and open the `page.html` file in your editor.
Creating a new page is very simple in Flextype.
@@ -24,6 +21,6 @@ title: My New PageThis is the body of My New Page
-2. Save this file in the /site/pages/my-new-page/
folder as page.md
and its will be available by this url: http://your_site_url/my-new-page
+2. Save this file in the /site/pages/my-new-page/
folder as page.html
and its will be available by this url: http://your_site_url/my-new-page
That is it!