Show caption as image title

master
Nikola Forró 6 years ago
parent a7ec07fc32
commit 7be52560d8

@ -2,7 +2,7 @@
{% for item in feed %}
<li>
<a href="https://www.instagram.com/p/{{ item.shortcode }}" target="_blank">
<img src="{{ item.display_url }}" alt="{{ item.caption }}">
<img src="{{ item.display_url }}" title="{{ item.caption }}">
</a>
</li>
{% endfor %}

Loading…
Cancel
Save