VerzatileDevOrg / Programming_HandBook

The Programmer's Handbook is an open source initiative to collect, archive, and localize all programming knowledge in one collective space.
https://verzatiledevorg.github.io/Programming_HandBook/
MIT License
7 stars 5 forks source link

[Issue] - Website shows .html suffix on page urls #98

Closed VerzatileDev closed 3 months ago

VerzatileDev commented 3 months ago

Description

URLs should not be with a defined .html at the end of it.

To Reproduce Steps to reproduce the behaviour:

  1. Open the main website
  2. Go to an article apart from the Home Page
  3. Top you will see a URL with an ending of ".html "

Expected behaviour

Screenshots

image

Desktop (please complete the following information):

Smartphone (please complete the following information):

VerzatileDev commented 3 months ago

Resource to potentially fix that https://jekyllrb.com/docs/permalinks/

VerzatileDev commented 3 months ago

Fix

Fixed with the previously mentioned resource.

image

Will be available on the next patch.

Changes from " Resource/about.html " -> to " Resource/about/ " Removing the .HTML suffix from URLs.

Important

VerzatileDev commented 3 months ago

Attached in the next update, which closes the following issue. See #102 for details.