sudojunior / journey

A media database like IMDb, but run through GitHub and deployed on Jekyll.
https://gitjourney.vercel.app/
GNU General Public License v3.0
2 stars 0 forks source link

Breadcrumb reference does not link to it's target page #23

Closed sudojunior closed 3 years ago

sudojunior commented 3 years ago

From what I've seen on a deployment on #22, the breadcrumbs above each decade aren't assigned the target url correctly.

sudojunior commented 3 years ago

Upon investigating this problem, this was initially created under 4e02327 when merging #16.

The year_url variable does not exist anymore, therefore giving reason to reconstruct the URL manually.

{{ page.url }}/{{ year }} under the scope of the loop iteration.