mirror of
https://github.com/tabler/tabler.git
synced 2026-08-25 20:34:25 +04:00
split image assets to required and demo-only
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
{% else %}
|
||||
|
||||
{% if include.img-top %}
|
||||
<img src="{{ site.base }}/img/photos/9f36332564ca271d.jpg" class="card-img-top" alt="{{ include.img-top-alt | default: 'Card top image' }}">
|
||||
<img src="{{ site.base }}/img-demo/photos/9f36332564ca271d.jpg" class="card-img-top" alt="{{ include.img-top-alt | default: 'Card top image' }}">
|
||||
{% endif %}
|
||||
|
||||
{% if include.status-top %}
|
||||
@@ -104,7 +104,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% if include.img-bottom %}
|
||||
<img src="{{ site.base }}/img/photos/56614e12b2a7bd68.jpg" class="card-img-bottom"
|
||||
<img src="{{ site.base }}/img-demo/photos/56614e12b2a7bd68.jpg" class="card-img-bottom"
|
||||
alt="{{ include.img-bottom-alt | default: 'Card bottom image' }}">
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user