Added main menu link

This commit is contained in:
Oliver Davies 2015-07-02 07:46:21 +01:00
parent 3294c0e44b
commit c4d2bc0806
3 changed files with 4 additions and 2 deletions

View file

@ -39,6 +39,8 @@ main_menu:
href: /
- title: Services
href: /services/
- title: Testimonials
href: /testimonials/
- title: Talks
href: /talks/
- title: Blog

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
@each $page in about, work, services, talks, blog, contact {
@each $page in about, work, services, testimonials, talks, blog, contact {
.page--#{$page} .nav__#{$page} {
@extend .active;
}