File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
themes/dlc/layouts/_default Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
< div class ="flex flex-wrap mb-8 -mx-4 ">
4
4
5
5
< div class ="w-full sm:w-1/4 md:w-1/5 px-4 ">
6
- < div class ="button-group filters-group sm:py-4 sm:mt-4 ">
7
- < div id =" createdFilters " class ="flex flex-wrap md:block ">
6
+ < div id =" filters " class ="button-group filters-group sm:py-4 sm:mt-4 ">
7
+ < div class ="flex flex-wrap md:block ">
8
8
< div class ="md:my-4 invisible sm:visible "> {{ partial "0_svgs/divider.svg" (dict "width" 170) }}</ div >
9
9
< h4 class ="uppercase mb-4 w-full "> Created By</ h4 >
10
10
{{ partial "1_atoms/radio.html" (dict "ID" "linode" "Name" "created" "Value" ".linode" "Label" "Linode") . }}
11
11
{{ partial "1_atoms/radio.html" (dict "ID" "community" "Name" "created" "Value" ".community" "Label" "Community") . }}
12
12
</ div >
13
- < div id =" languageFilters " class ="flex flex-wrap md:block ">
13
+ < div class ="flex flex-wrap md:block ">
14
14
< h4 class ="uppercase mb-4 w-full "> Language</ h4 >
15
15
{{range ($.Site.GetPage "taxonomyTerm" "languages").Pages }}
16
16
{{ partial "1_atoms/radio.html" (dict "ID" (lower (replace .Title "." "-")) "Name" "language" "Value" (print "." (lower (replace .Title "." "-"))) "Label" .Title) . }}
17
17
{{end}}
18
18
</ div >
19
- < button class ="text-BaseBlue underline mt-4 " onclick ="uncheckAll('languageFilters ') "> Reset Filters</ button >
19
+ < button class ="text-BaseBlue underline mt-4 " onclick ="uncheckAll('filters ') "> Reset Filters</ button >
20
20
</ div >
21
21
</ div >
22
22
You can’t perform that action at this time.
0 commit comments