mubaraqwahab / thinkdev

Think Like a Developer course website (discontinued).
https://thinkdev.netlify.app
1 stars 1 forks source link

Checking for search param #120

Closed mubaraqwahab closed 2 years ago

mubaraqwahab commented 2 years ago

Rewrite

https://github.com/mubaraqwahab/thinkdev/blob/301e9ba3796c780ac695cd68d42f163cba9b28df/src/_includes/layouts/deck.njk#L78

as

if (new URL(location.href).searchParams.has("print-pdf"))  {

Do this when you work on #94