getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.31k stars 168 forks source link

[Panel] Page section has wrong URL in page links #464

Closed rasteiner closed 6 years ago

rasteiner commented 6 years ago

In the panel of starterkit alpha 10 the first link is rendered like this:

<a href="/pages/blog" class="kirby-link kirby-list-item-content">...</a>

notice the href argument: that should be pages/blog (without the first slash) or something like /panel/pages/blog .

The problem with this is that opening the page in a new tab doesn't work.

bastianallgeier commented 6 years ago