Skip to content

Commit 8b12c26

Browse files
author
Kayla Wilkins
committed
removing old ids that aren't being used anymore
1 parent 09733cd commit 8b12c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/dlc/layouts/_default/libraries-tools.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
<div class="w-full sm:w-1/4 md:w-1/5 px-4">
66
<div id="filters" class="button-group filters-group sm:py-4 sm:mt-4">
7-
<div id="createdFilters" class="flex flex-wrap md:block">
7+
<div class="flex flex-wrap md:block">
88
<div class="md:my-4 invisible sm:visible">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
99
<h4 class="uppercase mb-4 w-full">Created By</h4>
1010
{{ partial "1_atoms/radio.html" (dict "ID" "linode" "Name" "created" "Value" ".linode" "Label" "Linode") . }}
1111
{{ partial "1_atoms/radio.html" (dict "ID" "community" "Name" "created" "Value" ".community" "Label" "Community") . }}
1212
</div>
13-
<div id="languageFilters" class="flex flex-wrap md:block">
13+
<div class="flex flex-wrap md:block">
1414
<h4 class="uppercase mb-4 w-full">Language</h4>
1515
{{range ($.Site.GetPage "taxonomyTerm" "languages").Pages }}
1616
{{ partial "1_atoms/radio.html" (dict "ID" (lower (replace .Title "." "-")) "Name" "language" "Value" (print "." (lower (replace .Title "." "-"))) "Label" .Title) . }}

0 commit comments

Comments
 (0)