🚸 Prefer using absolute URLs over relative URLs

Closes: #997
This commit is contained in:
James Panther
2025-06-22 15:33:04 +10:00
parent b473215511
commit 29de0a1465
14 changed files with 44 additions and 48 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
<a href="{{ "" | relLangURL }}" class="mr-2">
<!-- prettier-ignore-attribute -->
<img
src="{{ $logo.RelPermalink }}"
src="{{ $logo.Permalink }}"
width="{{ div $logo.Width 2 }}"
height="{{ div $logo.Height 2 }}"
class="max-h-[10rem] max-w-[10rem] object-scale-down object-left
@@ -14,7 +14,7 @@
/>
{{- if $logo_dark }}
<img
src="{{ $logo_dark.RelPermalink }}"
src="{{ $logo_dark.Permalink }}"
width="{{ div $logo_dark.Width 2 }}"
height="{{ div $logo_dark.Height 2 }}"
class="hidden max-h-[10rem] max-w-[10rem] object-scale-down object-left dark:flex"