feat: 🩹 include site title in the header

This commit is contained in:
Sebin Nyshkim 2024-10-15 13:28:13 +02:00
parent 1dbbf33315
commit 0e4705ff20

View file

@ -26,7 +26,10 @@
<header>
<div class="mx-auto max-w-screen-xl sm:px-safe-offset-4 md:px-safe-offset-6">
<nav class="eleventy-navigation flex min-h-16 items-center justify-center bg-sky-600 shadow-xl sm:m-4 sm:mx-auto sm:justify-between sm:rounded-xl dark:bg-sky-950">
<img src="/img/sebin.png" alt="it me" class="m-4 hidden max-w-14 rounded-full border-4 text-center shadow-2xl sm:block">
<div class="hidden sm:flex sm:items-center">
<img src="/img/sebin.png" alt="it me" class="m-4 max-w-14 rounded-full border-4 shadow-2xl">
<h1 class="text-3xl text-white">Sebin's Blog</h1>
</div>
{{
collections.all |
eleventyNavigation |