[Issue] - Website shows .html suffix on page urls
Closed this issue · 3 comments
Description
URLs should not be with a defined .html at the end of it.
- This was introduced somewhere in one of the Updates, it would possibly be within the _config.yml file. or Javascript file change.
To Reproduce
Steps to reproduce the behaviour:
- Open the main website
- Go to an article apart from the Home Page
- Top you will see a URL with an ending of ".html "
Expected behaviour
- Should not show up..
Screenshots
Desktop (please complete the following information):
- Not applicable.
Smartphone (please complete the following information):
- Not applicable.
Resource to potentially fix that https://jekyllrb.com/docs/permalinks/
Fix
Fixed with the previously mentioned resource.
Will be available on the next patch.
Changes from " Resource/about.html " -> to " Resource/about/ " Removing the .HTML suffix from URLs.
- Cleaner
- Improves safety to avoid exposing the core of how the website is built etc.
Important
-
Any article, blog, or resource page must end with " .md " suffix.
-
Shared content that ended with the URL suffix of .HTML will no longer work and each posted link is no longer active routing to the 404 Page, please update these links where ever they are posted!
Attached in the next update, which closes the following issue. See #102 for details.

