Skip to content

Commit

Permalink
Reverted bug with images for travel ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
Volmarg committed Oct 22, 2019
1 parent bed1ee6 commit 4529bfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</span>
</a></b>
{% elseif column == 'image' %}
<img src="https://images.unsplash.com/photo-1522689764216-4e6966e5e444?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=1000&q=80" style="border:0;{{ content_width }} {{ td_center }}"/>
<img src="{{ idea.image | trim }}" style="border:0;{{ content_width }} {{ td_center }}"/>
{% elseif column == 'category' %}
<i>{{ idea.category | trim }}</i>
{% elseif column != 'id' %}
Expand Down

0 comments on commit 4529bfa

Please sign in to comment.