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:
I tried adding href: https://forms.gle/7ES7mD9mbVvvCtKX9{target = "blank"} but got an error message:
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?
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:I tried adding
href: https://forms.gle/7ES7mD9mbVvvCtKX9{target = "blank"}
but got an error message: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 gethref: https://forms.gle/7ES7mD9mbVvvCtKX9
in_site.yml
to open in a new tab?