aboutsummaryrefslogtreecommitdiff
path: root/templates/shared/header.html
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-11-03 19:00:29 -0500
committerBobby <[email protected]>2024-11-03 19:00:29 -0500
commitc0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c (patch)
treebf6f3e599df7b0e9053888b7f7dcbe9de6ac5aaf /templates/shared/header.html
parent609cc6264e8a9dfc69666b40f7452300ad22caef (diff)
downloadthatcomputerscientist-c0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c.tar.xz
thatcomputerscientist-c0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c.zip
stuff still all over the place; added a music player and a resolution based scaler — now in a brainfucked stated - going to sleep
Diffstat (limited to 'templates/shared/header.html')
-rw-r--r--templates/shared/header.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/shared/header.html b/templates/shared/header.html
index 361a7a70..f30b7790 100644
--- a/templates/shared/header.html
+++ b/templates/shared/header.html
@@ -2,16 +2,16 @@
<div style="position: relative; padding: 20px 0;">
{% if request.LANGUAGE_CODE == 'ja' %}
{% with banner_image='images/core/shared/title_banner_ja' %}
- <img draggable="false" src="{% static banner_image|add:'@2x.png' %}" srcset="
- {% static banner_image|add:'@2x.png' %} 1x,
+ <img draggable="false" src="{% static banner_image|add:'.png' %}" srcset="
+ {% static banner_image|add:'.png' %} 1x,
{% static banner_image|add:'@2x.png' %} 2x,
{% static banner_image|add:'@3x.png' %} 3x"
alt="Shifoo Title Banner" class="title-banner" width="1000" height="333" loading="lazy" />
{% endwith %}
{% else %}
{% with banner_image='images/core/shared/title_banner' %}
- <img draggable="false" src="{% static banner_image|add:'@2x.png' %}" srcset="
- {% static banner_image|add:'@2x.png' %} 1x,
+ <img draggable="false" src="{% static banner_image|add:'.png' %}" srcset="
+ {% static banner_image|add:'.png' %} 1x,
{% static banner_image|add:'@2x.png' %} 2x,
{% static banner_image|add:'@3x.png' %} 3x"
alt="Shifoo Title Banner" class="title-banner" width="1000" height="333" loading="lazy" />