Merge pull request #10583 from scmmishra/logo-optional
feat: make logo optional in testimonial
This commit is contained in:
commit
e0f20fc08d
1 changed files with 2 additions and 0 deletions
|
|
@ -1,7 +1,9 @@
|
|||
<div class="testimonial">
|
||||
{% if logo %}
|
||||
<div class="testimonial-logo">
|
||||
<img src="{{ logo }}" alt="{{ name }}">
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="testimonial-content">
|
||||
<span>“</span>
|
||||
{{ content }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue