You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR failed to process "/about/index.html": "/tmp/hugo-transform-error3911012004:58:350": unexpected return in expression on line 58 and column 350
1: return false;
^
I've tried changing onclick="return false;" to onclick="return!1" and gave the same error
ERROR failed to process "/tags/daily/index.html": "/tmp/hugo-transform-error148739838:41:343": unexpected return in expression on line 41 and column 343
1: return!1
^
Similar to #623
log
code
<a href="[#](http://localhost:1313/about/#)" onclick="return false;" class="menu-item theme-switch" title="Switch Theme">
The text was updated successfully, but these errors were encountered: