Hi,
I've noticed that in the actual version of Automad if I set a variable to
<@ set { :test: '0' } @>
@{ :test }
the output for variable :test is noting. It's like I would do
<@ set { :test: '' } @>
@{ :test }
In older versions of Automat the output of the first example in frontend is like expected
0
I've thought it has something to do with PHP version but it dosen't make a difference if I choose PHP 7.4 or 8.1. Any idea, whats wrong?
Thanks for your help!