Merge pull request #10583 from scmmishra/logo-optional

feat: make logo optional in testimonial
This commit is contained in:
Shivam Mishra 2020-06-05 09:42:43 +00:00 committed by GitHub
commit e0f20fc08d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}