Skip to content

Commit 0637505

Browse files
author
sangam14
committed
improved
1 parent 27992a2 commit 0637505

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

layouts/partials/landing/feature_grid.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ <h4 class="title">{{ .title }}</h4>
4343
<div class="card-header" id="headingOne">
4444
<h5 class="mb-0">
4545

46-
<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
46+
<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample{{ .title }}" aria-expanded="false" aria-controls="collapseExample{{ .title }}">
4747
Workshop Tracks <i class="material-icons align-top">chevron_right</i>
48-
</button>
48+
</button>
4949
</h5>
5050
</div>
5151

52-
<div class="collapse" id="collapseExample">
52+
<div class="collapse" id="collapseExample{{ .title }}">
5353
<div class="card-body">
5454
<table class="table">
5555
<thead>

0 commit comments

Comments
 (0)