]> git.ipfire.org Git - ipfire.org.git/blame - templates/modules/sidebar-banner.html
Make all absolute links use https:// instead of http://
[ipfire.org.git] / templates / modules / sidebar-banner.html
CommitLineData
0a01d219 1{% if item %}
940227cb 2 <h4>{{ item.caption }}</h4>
ba43a892 3 <a href="{{ item.uri }}" {% if item.uri.startswith("https://") %}target="_blank" {% end %}>
940227cb 4 <img src="{{ static_url("images/banners/" + item.image) }}" border="0" alt="{{ _("Banner") }}" />
0a01d219
MT
5 </a>
6{% end %}