Minor improvement

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-01-01 19:15:21 +01:00
parent 8a4ca97c40
commit 98f559e615
3 changed files with 22 additions and 15 deletions

View File

@@ -163,17 +163,14 @@ const toc = headers.map((header) => ({
<div class="divider mt-12"></div>
<!-- Back to blog link -->
<div class="text-center mt-8">
<a href="/blog" class="btn btn-primary"> View All Posts </a>
</div>
<div class="flex justify-center gap-2 mt-12">
<div class="flex gap-3 justify-center flex-wrap text-sm">
<a href="/blog" class="link link-hover">View All Posts</a>
<span class="text-base-content/30">•</span>
<a href="/#contact" class="link link-hover">Contact me</a>
<span class="text-base-content/30">•</span>
<a href="https://ko-fi.com/anotherhadi" class="link link-hover">Support me</a>
</div>
<div class="flex justify-center gap-2 mt-12">
<div class="flex gap-3 justify-center flex-wrap text-sm">
<a href="/blog" class="link link-hover">View All Posts</a>
<span class="text-base-content/30">•</span>
<a href="/#contact" class="link link-hover">Contact me</a>
<span class="text-base-content/30">•</span>
<a href="https://ko-fi.com/anotherhadi" class="link link-hover">Support me</a>
</div>
</div>
</article>
</Layout>