GibreelAbdullah / Hadith-Hub

HadithHub - A Multi Language collection of Hadith
https://www.hadithhub.com/
GNU Affero General Public License v3.0
8 stars 3 forks source link

Move `/[book]` page to `/[book]` and `/[book]:[bookHadith]` #7

Closed thecashewtrader closed 1 year ago

thecashewtrader commented 1 year ago

Currently, in the book page, we are manually checking for a : and splitting, rendering different versions of the page. If we split the route into two: /[book] and /[book]:[bookHadith], it would vastly simplify the pages, in addition to allowing for easier implementation of <title> tags, OpenGraph embeds, etc.