Compare commits

..

No commits in common. "31c761a991034e4305dc8650a1cb7340ed79a046" and "9fda7b5714832312f1e4aa459a83aa5af1259bf2" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -23,9 +23,6 @@
{% 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 %}

View File

@ -4,7 +4,7 @@
{% for this in gallery_items %}
{% include 'card.html' %}
{% include 'card_loading.html' %}
{# include 'card_loading.html' #}
{% endfor %}
</div>