I am fiddling around with the conditional statements but I can't seem to get this to work:
<a href="{{ link to="/" }}" {{ if is_current || is_parent }} class="current"{{ /if }}>Home</a>
Am I doing something wrong?
New conversations can be started on GitHub. Existing conversations will remain for a while longer.
I am fiddling around with the conditional statements but I can't seem to get this to work:
<a href="{{ link to="/" }}" {{ if is_current || is_parent }} class="current"{{ /if }}>Home</a>
Am I doing something wrong?