Added main menu link
This commit is contained in:
parent
3294c0e44b
commit
c4d2bc0806
|
@ -39,6 +39,8 @@ main_menu:
|
||||||
href: /
|
href: /
|
||||||
- title: Services
|
- title: Services
|
||||||
href: /services/
|
href: /services/
|
||||||
|
- title: Testimonials
|
||||||
|
href: /testimonials/
|
||||||
- title: Talks
|
- title: Talks
|
||||||
href: /talks/
|
href: /talks/
|
||||||
- title: Blog
|
- 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} {
|
.page--#{$page} .nav__#{$page} {
|
||||||
@extend .active;
|
@extend .active;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue