Update ElementList.ss

This commit is contained in:
Petar Simic 2018-01-09 02:00:17 +01:00 committed by GitHub
parent 26df22a815
commit da7f30558e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<% if $ShowTitle %>
<h2 class="content-element__title">$Title</h2>
<h2 class="list-element__title">$Title</h2>
<% end_if %>
<div class="listelement--container" data-listelement-count="$Elements.Elements.Count">
<div class="list-element__container" data-listelement-count="$Elements.Elements.Count">
$Elements
</div>