🚸 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
@@ -11,7 +11,7 @@
<div class="flex justify-between pt-3">
<span>
{{ if $prev }}
<a class="group flex" href="{{ $prev.RelPermalink }}">
<a class="group flex" href="{{ $prev.Permalink }}">
<span
class="me-2 text-neutral-700 transition-transform group-hover:-translate-x-[2px] group-hover:text-primary-600 dark:text-neutral dark:group-hover:text-primary-400"
><span class="ltr:inline rtl:hidden">&larr;</span
@@ -33,7 +33,7 @@
</span>
<span>
{{ if $next }}
<a class="group flex text-right" href="{{ $next.RelPermalink }}">
<a class="group flex text-right" href="{{ $next.Permalink }}">
<span class="flex flex-col">
<span
class="mt-[0.1rem] leading-6 group-hover:underline group-hover:decoration-primary-500"