diff options
Diffstat (limited to 'design/templates/archives/homepage.html')
-rw-r--r-- | design/templates/archives/homepage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/archives/homepage.html b/design/templates/archives/homepage.html index de79894..1d2484a 100644 --- a/design/templates/archives/homepage.html +++ b/design/templates/archives/homepage.html @@ -15,7 +15,7 @@ srcset="{{IMAGES_URL}}{% now "Y"%}/{{homepage.image_base_url}}-640.jpg 640w, {{IMAGES_URL}}{% now "Y"%}/{{homepage.image_base_url}}.jpg 1140w, {{IMAGES_URL}}{% now "Y"%}/{{homepage.image_base_url}}-2280.jpg 2280w" - src="{{IMAGES_URL}}{% now "Y"%}/{{homepage.image_base_url}}" alt="{{homepage.alt_text}}"> + src="{{IMAGES_URL}}{% now "Y"%}/{{homepage.image_base_url}}.jpg" alt="{{homepage.alt_text}}"> </a> </div> <div class="hero--wrapper"> |