File tree Expand file tree Collapse file tree
themes/arm-design-system-hugo-theme/layouts
partials/filter-search-sort Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 {{ end }}
1616 </ head >
1717 < body >
18+ < a href ="#main " class ="skip-link "> Skip to main content</ a >
19+
1820 {{partial "header/nav-masthead.html" .}}
1921
2022 {{/* Where all content sits. Each layout file defines "main" which then sits here. */}}
21- < div id ="all-content-div " class ="c-container is-responsive-width " style ="min-height: 250px; ">
23+ < div id ="main " class ="c-container is-responsive-width " style ="min-height: 250px; ">
2224 < div id ="all-content-div-margined " class ="u-margin-left-0 u-margin-right-0 ">
2325 {{block "main" . }}{{end}}
2426 </ div >
Original file line number Diff line number Diff line change 3737 <!-- Radio buttons -->
3838 {{if eq $input_type "radio"}}
3939 < div class ="form-group ads-radio-style ">
40- < input type ="radio " class ="tag-{{$name | urlize}} group-{{$group_name}} " data-urlized-name ="{{$name | urlize}} " name ="{{$group_name}} " onchange ="filterHandler_radio_LearningPaths(this) "> </ input >
40+ < input type ="radio " id =" {{$name | urlize}} " class ="tag-{{$name | urlize}} group-{{$group_name}} " data-urlized-name ="{{$name | urlize}} " name ="{{$group_name}} " onchange ="filterHandler_radio_LearningPaths(this) "> </ input >
4141 < label for ="{{$name | urlize}} "> {{$name}}</ label >
4242 </ div >
4343 <!-- Checkboxes -->
You can’t perform that action at this time.
0 commit comments