econ-ark / econ-ark.org

Econ-ARK website
https://econ-ark.org/
0 stars 4 forks source link

Potential fix for links without trailing forward slash #61

Closed DrDrij closed 8 months ago

DrDrij commented 8 months ago

On the homepage, links to the materials section (eg. Materials Library heading) do not work if they have a trailing forward slash. Result in 404.

Addressing issue #60

Working: "https://econ-ark.org/materials" Causing 404: "https://econ-ark.org/materials/"

Implementing config update as potential fix, from: https://stackoverflow.com/questions/54727643/trailing-slashes-in-jekyll-github-pages-site-cause-404

image
DrDrij commented 8 months ago

Difficult to test as links behave differently locally.