About and Contact are HTML files, not directories.#326
About and Contact are HTML files, not directories.#326jessp01 wants to merge 1 commit intoStartBootstrap:masterfrom
About and Contact are HTML files, not directories.#326Conversation
|
Adding the .html is already taken care of by the scripts. This would either cause a problem or do nothing, in the best cases. This PR should be closed. |
|
@f-lalonde - can you please be more specific with regards to the script you are referring to? Maybe I've missed something but in my case, this resulted in a broken link in _site/*html. |
|
I was attempting to find in the files where this is happening, but you're right in that this is not part of the code : there is not " However, what I found out, is that pages hosted on GitHub Pages makes that happen for you : https://stackoverflow.com/questions/21244910/remove-html-extension-from-github-pages Of course, if you are hosting your page elsewhere, it might not work. Hence, I rescind my previous comment : changing it does not seem to cause adverse problem, and may make the theme more universally applicable. |
No description provided.