File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 55 < ul >
66 < li >
77 < a href ="{{ relURL "about " }}"{{ if (eq $section "about") }} class="active "{{ end }} > About</ a >
8- < ul {{ if (eq $section "about") }} class="expanded "{{ end }} >
9- {{ if (eq $section "about") }}
10- {{ $subsection := .Params.subsection }}
11- {{ $abouts := sort (where .Site.RegularPages "Params.section" "about") "Params.order" }}
12- {{ range $i, $about := $abouts }}
13- < li >
14- < a href ="{{ relURL (strings.TrimSuffix ".html " $about.RelPermalink) }}"{{ if (eq $.Params.subsection $about.Params.subsection) }} class="active "{{ end }} > {{ $about.Params.subtitle }}</ a >
15- </ li >
16- {{ end }}
17- {{ end }}
8+ < ul {{ if (eq $section "about") }} class="expanded "{{ end }} >
9+ < li >
10+ < a href ="{{ relURL "about /trademark" }}"{{ if (eq .Params.Subsection "trademark") }} class="active "{{ end }} > Trademark</ a >
11+ </ li >
1812 </ ul >
1913 </ li >
2014
You can’t perform that action at this time.
0 commit comments