File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ block content
27
27
ul.list-reset.text-1.mb-1.md_ml-0x
28
28
each page in category .pages
29
29
- var isCurrent = current .url === page .url
30
- - var additionalClasses = isCurrent ? ' text-nebula' : ' text-solstice'
30
+ - var additionalClasses = isCurrent ? ' current-page text-nebula' : ' text-solstice'
31
31
li
32
32
a.block.py-0x ( href =page .url , class =additionalClasses) = page .title
33
33
- var hasSubLinks = (page .headings && page .headings .length )
@@ -42,7 +42,7 @@ block content
42
42
a( href =site .url ) DocSearch
43
43
span >
44
44
a( href =` ${ site .url } /what-is-docsearch.html` ) Documentation
45
- .text-5.lg_text-7.uppercase.tracking-poppins.text-solstice.bold.mb-2 = current .title
45
+ .custom-main-title. text-5.lg_text-7.uppercase.tracking-poppins.text-solstice.bold.mb-2 = current .title
46
46
!= current .content
47
47
// Include the apply form
48
48
if current .includeForm
You can’t perform that action at this time.
0 commit comments