File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
{{ else if eq $text "Home" }}
27
27
{{ $sitetitle := "OSU Security Club - Oregon State University Security Club" }}
28
28
< li class ="nav-item px-1 ">
29
- < a class ="nav-link text-black {{ if eq $page.Title $sitetitle }}ghgh {{ end }} " href ="{{ .URL }} "> {{ $text }}</ a >
29
+ < a class ="nav-link text-black {{ if eq $page.Title $sitetitle }}userisonthisnavnow {{ end }} " href ="{{ .URL }} "> {{ $text }}</ a >
30
30
</ li >
31
31
{{ else }}
32
32
< li class ="nav-item px-1 ">
33
- < a class ="nav-link text-black {{ if eq $text $page.Title }}ghgh {{ end }} " href ="{{ .URL }} "> {{ $text }}</ a >
33
+ < a class ="nav-link text-black {{ if eq $text $page.Title }}userisonthisnavnow {{ end }} " href ="{{ .URL }} "> {{ $text }}</ a >
34
34
</ li >
35
35
{{ end }}
36
36
{{ end }}
Original file line number Diff line number Diff line change 35
35
box-shadow : none;
36
36
}
37
37
38
- .ghgh {
38
+ .userisonthisnavnow {
39
39
border-bottom : 3px solid var (--primary-color );
40
40
}
You can’t perform that action at this time.
0 commit comments