Compare commits
2 Commits
9fda7b5714
...
31c761a991
Author | SHA1 | Date | |
---|---|---|---|
31c761a991 | |||
4efdf5a674 |
@ -23,6 +23,9 @@
|
||||
|
||||
{% if this.description and this.description|length >= 1 %}
|
||||
<div class="card-body">
|
||||
{% if this.headline %}
|
||||
<h5 class="card-title">{{ this.headline }}</h5>
|
||||
{% endif %}
|
||||
<p class="card-text">{{ this.description }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
{% for this in gallery_items %}
|
||||
{% include 'card.html' %}
|
||||
{# include 'card_loading.html' #}
|
||||
{% include 'card_loading.html' %}
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user