File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
themes/dlc/layouts/_default Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
< div class ="w-full sm:w-1/4 md:w-1/5 px-4 flex flex-wrap ">
6
6
< div id ="filters " class ="button-group filters-group sm:py-4 sm:mt-4 ">
7
- < div class ="md :block ">
7
+ < div class ="flex flex-wrap sm :block ">
8
8
< div class ="md:my-4 invisible sm:visible text-center "> {{ partial "0_svgs/divider.svg" (dict "width" 170) }}</ div >
9
9
< h4 class ="uppercase mb-4 w-full md:text-center "> 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 class ="md :block ">
13
+ < div class ="flex flex-wrap sm :block ">
14
14
< h4 class ="uppercase mb-4 w-full md:text-center "> 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) . }}
You can’t perform that action at this time.
0 commit comments