mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 17:42:08 +00:00
Brandmark link uses relative path
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
<div class="w-[100px]">
|
||||
<a href="{% url 'home' %}">
|
||||
<img class="hidden w-auto dark:inline-block h-[25px] -mb-[1px]"
|
||||
src="{{ request.scheme }}://{{ request.get_host }}{% static 'img/Boost_Brandmark_WhiteBoost_Transparent.svg' %}"
|
||||
src="{% static 'img/Boost_Brandmark_WhiteBoost_Transparent.svg' %}"
|
||||
alt="Boost">
|
||||
|
||||
<img class="inline-block w-auto dark:hidden h-[25px] -mb-[1px]"
|
||||
src="{{ request.scheme }}://{{ request.get_host }}{% static 'img/Boost_Brandmark_BlackBoost_Transparent.svg' %}"
|
||||
src="{% static 'img/Boost_Brandmark_BlackBoost_Transparent.svg' %}"
|
||||
alt="Boost">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user