Explosion-Scratch / scratchaddons.github.io

The old version of the official website for ScratchAddons. Maintained by @Explosion-Scratch.
https://explosion-scratch.github.io/scratchaddons.github.io
GNU General Public License v3.0
3 stars 5 forks source link

Remove .html #23

Closed GrahamSH-LLK closed 4 years ago

GrahamSH-LLK commented 4 years ago

GHPages creates a copy of the page without the .html, which is cleaner. I'll create a pr fixing this.

Explosion-Scratch commented 4 years ago

What does this do? Does it remove ".html" from the page names?

GrahamSH-LLK commented 4 years ago

What does this do? Does it remove ".html" from the page names?

There are 2 copies of each page. For example, you can go to /about.html, or /about. It is much cleaner and more professional to skip the .HTML. This PR removes the .html from the a elements, but the .html pages can still be accessed.

Explosion-Scratch commented 4 years ago

What does this do? Does it remove ".html" from the page names?

There are 2 copies of each page. For example, you can go to /about.html, or /about. It is much cleaner and more professional to skip the .HTML. This PR removes the .html from the a elements, but the .html pages can still be accessed.

Okay! Thanks! :) I'll merge it!

GrahamSH-LLK commented 4 years ago

@Explosion-Scratch There is one more link that I missed on index.html. I fixed it in #27