Route for author page on /?

Hi @Kate, hi ghost-team,
any news on the issue, that the ghost header is not displayed?
Looks like the same problems exists here too: Page route for homepage, and blog issue - #4 by Kate

Update:
Looks like I’ve found two bugs when using this sort of route, the <nav class="site-nav"> is rendering in the source code, but the screen.css has a wrong sizing. If you modify the top to 0, the navigation is back again:

.home-template .site-nav {
position: relative;
top: -70px; → top: 0

But what’s missing from ghost itself is to render the <a class="site-nav-logo"...> in the `

.

Update 2:
This problem gets triggered by the css min-width: 900px in screen.css, chapter 3. Special Template Styles.

Can anyone reproduce this in Casper 2.9.1+? :slight_smile: