ecoquants / findinghal

white abalone recovery & community engagement
http://findinghal.org
MIT License
0 stars 0 forks source link

Open "Submit an observation" in new tab #7

Closed mspector13 closed 3 years ago

mspector13 commented 3 years ago

Hey @bbest,

Here I go breaking things again. During our last meeting we decided to have the "Submit an Observation" navbar redirect to the Wanted Alive google form It would be really awesome if we could have the form open in a new tab. Currently the navigation in _site_yml is set directly to the form's url:

Screen Shot 2021-05-06 at 5 35 50 PM

I tried adding href: https://forms.gle/7ES7mD9mbVvvCtKX9{target = "blank"} but got an error message:

Screen Shot 2021-05-06 at 5 33 17 PM

I suppose it was naive to think this would work, but I also tried {target = "_blank"} among other minor variations until I realized that this syntax is probably way off. Any thoughts on how to get href: https://forms.gle/7ES7mD9mbVvvCtKX9 in _site.yml to open in a new tab?