Results 5 comments of aao.fyi

You could use the 'windows' icon for your login screen. [forkaweso.me/Fork-Awesome/icon/windows/](https://forkaweso.me/Fork-Awesome/icon/windows/)

Just tested this. I think your problem is the period in the second code block `}. false`. The following works for me. ```js document.addEventListener('gumshoeActivate', function (event) { console.log(event.target); }, false);...

Built with local Hugo, my bad. I will troubleshoot later with the proper build.

Okay I have found the issue, it lies with custom parameters in the Hugo Menu. The output of `.Hugo.Version` for the site is: `0.76.3` Custom Hugo parameters for the [menu](https://gohugo.io/content-management/menus/)...

If you update to Hugo `>= 0.110.0`, you may want to rename the `config.toml` files to `hugo.toml` in the [`src/config` directory](https://github.com/ivpn/ivpn.net/tree/main/src/config). This caused me a few headaches in the past....