thevahidal / jake

🚀 Effortlessly create and deploy your own one-link website on GitHub. A free Linktree alternative.
https://thevahidal.github.io/jake/
MIT License
67 stars 1 forks source link

Open same Tab #2

Closed mr8tom closed 2 weeks ago

mr8tom commented 3 weeks ago

Hello, where can I change in the Sourcecode, that the Link will be opened in the same Tab? I don't want it to be opened in a new tab. Thank you! :)


This repo is using Opire - what does it mean? 👇
💸Everyone can add rewards for this issue commenting /reward 100 (replace 100 with the amount)
💪 If someone starts working on this issue to earn the rewards, they can comment /try to let everyone know!
🙌 And when they open the PR, they can comment /claim #2 either in the PR description or in a PR's comment

👀 Also, everyone can tip any user commenting /tip 20 @mr8tom (replace 20 with the amount, and @mr8tom with the user to tip)

If you want to learn more, go to our documentation
thevahidal commented 3 weeks ago

Hey @mr8tom Here (https://github.com/thevahidal/jake/blob/main/script.py#L29) you can change this behavior, just remove target="_blank".

thevahidal commented 3 weeks ago

Also it would nice if you add a feature to Jake to allow users do this via data.toml config file.