Skip to content

Commit 2a3226a

Browse files
committed
Start with examples collapsed.
1 parent ec16dbb commit 2a3226a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h4 class="panel-title">
4545
</a>
4646
</h4>
4747
</div>
48-
<div id="{{ post.title | replace: ' ', '_' }}" class="panel-collapse collapse in">
48+
<div id="{{ post.title | replace: ' ', '_' }}" class="panel-collapse collapse">
4949
<div class="panel-body">
5050
{{ post.content}}
5151
</div>

0 commit comments

Comments
 (0)