Add .html Extension to a Page
#131
taufik-nurrohman
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
You can name your page file with
page-name.htmlfollowed by any valid page extension like so:.\ └── lot\ └── page\ ├── page-1.html.archive └── page-2.html.pageActually, any extension will works because we don’t have any MIME type convention based on the page URL path.
Unfortunately, this method will not work through the panel interface due to our strict rules on file naming. If you write the name
page-name.htmlin the slug field for example, then the created file name will most likely be changed topage-name-html.pageautomatically by the system.Beta Was this translation helpful? Give feedback.
All reactions