We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa7b23 commit b7185c8Copy full SHA for b7185c8
_includes/gallery
@@ -25,14 +25,15 @@
25
{% else %}
26
"{{ img.url | prepend: "/images/" | prepend: base_path }}"
27
{% endif %}
28
+ {% if img.title %}title="{{ img.title }}"{% endif %}
29
>
30
<img src=
31
{% if img.image_path contains "http" %}
32
"{{ img.image_path }}"
33
34
"{{ img.image_path | prepend: "/images/" | prepend: base_path }}"
35
- alt="{% if img.alt %}{{ img.alt }}{% endif %}">
36
+ alt="{% if img.alt %}{{ img.alt }}{% endif %}">
37
</a>
38
39
@@ -41,7 +42,7 @@
41
42
43
44
45
46
47
{% endfor %}
48
{% if include.caption %}
0 commit comments