Site Logo does not respect subfolder setup

The logo in the top left of every page uses the site domain as its link. It does not add the subfolder to the URL, meaning that if you right click the link to open it, or open in a new tab or window it leads to the root domain and not the forum subfolder.

What is your site URL ?

Not publicly accessible, but it is http://leet.arc.rpi.edu/forum. The logo directs to http://leet.arc.rpi.edu, except in certain circumstances when left-clicked and it does go to /forum.

The ember router catches / and properly send you to /forum. Of course that breaks on new pages/tabs.

There is a customization option (script) to override the logo click, so you can make it go to /forum or even another.place/somewhere.

1 个赞

原来如此,左键点击就能生效。我想我应该把它作为一个 Contribute > Feature 请求提出来:Logo 应该从 app.yml 中获取子文件夹路径并使用它。

3 个赞