vmcosta / grav-theme-grayscale

Theme initial commit
MIT License
3 stars 4 forks source link

Header menu not showing #3

Closed Sogl closed 8 years ago

Sogl commented 8 years ago

Hello!

With skeleton all works fine. But after installing theme on fresh Grav v1.1.0-rc.1 and copy 01.home directory header menu isn't showing.

How to fix?

Sogl commented 8 years ago

Solved by adding in site.yaml:

# Links to include in navigation
# For external links add external: true
links:
  - title: About
    url: '#about'
  - title: Download
    url: '#download'
  - title: Contact
    url: '#contact'
vmcosta commented 8 years ago

Thanks @Sogl for letting me know, I will make these changes as soon as possible.