Initial commit of Palina Ghost theme
This commit is contained in:
10
partials/header.hbs
Normal file
10
partials/header.hbs
Normal 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>
|
||||
Reference in New Issue
Block a user