mirror of
https://github.com/torproject/lego.git
synced 2024-11-27 03:30:23 +00:00
use asseturl for banner img srcset
This commit is contained in:
parent
c88f8afab7
commit
26bae92cf8
@ -19,15 +19,15 @@
|
||||
<img class="yec-background-image"
|
||||
alt=""
|
||||
srcset="
|
||||
/static/images/yec-bg-desktop-2x.png 2x,
|
||||
/static/images/yec-bg-desktop-3x.png 3x" />
|
||||
{{ '/static/images/yec-bg-desktop-2x.png'|asseturl }} 2x,
|
||||
{{ '/static/images/yec-bg-desktop-3x.png'|asseturl }} 3x" />
|
||||
|
||||
<div class="banner-foreground-text">
|
||||
<img class="yec-foreground-image"
|
||||
alt=""
|
||||
srcset="
|
||||
/static/images/yec-foreground-2x_12x.png 2x,
|
||||
/static/images/yec-foreground-2x_13x.png 3x" />
|
||||
{{ '/static/images/yec-foreground-2x_12x.png'|asseturl }} 2x,
|
||||
{{ '/static/images/yec-foreground-2x_13x.png'|asseturl }} 3x" />
|
||||
|
||||
<div class="banner-sub-headings">
|
||||
<p class="banner-sub-heading-bold">{{ _('RESISTANCE') }}</p>
|
||||
|
Loading…
Reference in New Issue
Block a user