Compare commits
No commits in common. "31c761a991034e4305dc8650a1cb7340ed79a046" and "9fda7b5714832312f1e4aa459a83aa5af1259bf2" have entirely different histories.
31c761a991
...
9fda7b5714
@ -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 %}
|
||||
|
@ -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