summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/includes/layout/header.html')
-rw-r--r--python/templates/includes/layout/header.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/templates/includes/layout/header.html b/python/templates/includes/layout/header.html
index 8b6bc63..585ea59 100644
--- a/python/templates/includes/layout/header.html
+++ b/python/templates/includes/layout/header.html
@@ -28,8 +28,8 @@
</div>
<div class="logo">
<a href="/" title="Back to the homepage" class="site-logo">
- <object data="{{ site.cdnurl }}/site-logo.svg" type="image/svg+xml">
- <img src="{{ site.cdnurl }}/site-logo.png" alt="Gentoo Linux Logo">
+ <object data="https://assets.gentoo.org/tyrian/site-logo.svg" type="image/svg+xml">
+ <img src="https://assets.gentoo.org/tyrian/site-logo.png" alt="Gentoo Linux Logo">
</object>
</a>
</div>
@@ -83,4 +83,4 @@
</div>
</nav>
{% endif %}
-</header> \ No newline at end of file
+</header>