Skip to content

Commit eeb2fda

Browse files
authored
DEV: isolate CLI widget to primary list page only (#1568)
1 parent 7e569ef commit eeb2fda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

layouts/develop/list.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ <h1>
3636
{{ end }}
3737

3838
<!-- Responsive CLI Display Block as Table -->
39+
{{ if eq .RelPermalink "/develop/" }}
3940
<div class="overflow-x-auto">
4041
<table class="w-full border-collapse md:table">
4142
<thead>
@@ -73,6 +74,7 @@ <h1>
7374
</tbody>
7475
</table>
7576
</div>
77+
{{ end }}
7678

7779
{{ .Content }}
7880
{{ if not .Params.hideListLinks }}

0 commit comments

Comments
 (0)