Added main menu link
This commit is contained in:
parent
3294c0e44b
commit
c4d2bc0806
|
@ -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
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue