mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-20 18:01:36 -04:00
@@ -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">←</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"
|
||||
|
||||
Reference in New Issue
Block a user