fastn-stack / fastn

🚧 (Alpha stage software) fastn - better way to build websites 🚧
https://fastn.com
GNU Affero General Public License v3.0
465 stars 36 forks source link

`open-in-new-tab: false` still opens links in new tab #1912

Open amitu opened 3 months ago

amitu commented 3 months ago
-- ftd.text: hello
link: https://google.com
open-in-new-tab: $variable ;; this fails
open-in-new-tab if { variable }: true ;; work around

The generated HTML contains target=“false", which is the cause of this.