mmistakes / minimal-mistakes

:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.
https://mmistakes.github.io/minimal-mistakes/
MIT License
12.3k stars 25.43k forks source link

404 for link to minimal mistakes #4840

Closed lsolesen closed 4 months ago

lsolesen commented 4 months ago

What happened?

Expected behavior

No 404

Steps to reproduce the behavior

This is the file - https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/footer.html

Other

The link goes to a 404 on mademistakes site.

iBug commented 4 months ago

I'm not seeing anything wrong. The link https://mademistakes.com/work/jekyll-themes/minimal-mistakes/ goes normally. Can you be more explicit on what is showing 404?

lsolesen commented 4 months ago

image

I think it is a missing slash.

When I go to https://mademistakes.com/work/minimal-mistakes-jekyll-theme it is a 404. When going to https://mademistakes.com/work/minimal-mistakes-jekyll-theme/ it works

lsolesen commented 4 months ago

@iBug ^^

iBug commented 4 months ago

The code doesn't seem to miss anything:

<a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>