Initial commit of Palina Ghost theme

This commit is contained in:
2026-02-17 17:53:00 +01:00
commit f5a5eed8ab
11 changed files with 236 additions and 0 deletions

10
partials/header.hbs Normal file
View File

@@ -0,0 +1,10 @@
<header class="text-gray-100 body-font shadow-lg bg-gray-900">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a href="{{@site.url}}" class="flex title-font font-medium items-center text-white mb-4 md:mb-0">
<span class="ml-3 text-xl">{{@site.title}}</span>
</a>
<nav class="md:ml-auto flex flex-wrap items-center text-base justify-center">
{{navigation type="primary"}}
</nav>
</div>
</header>