feat(logo): replace site title with logo and add dark mode filter
All checks were successful
Deploy Theme / deploy (push) Successful in 15s
All checks were successful
Deploy Theme / deploy (push) Successful in 15s
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<header class="text-[var(--text-primary)] body-font shadow-lg bg-[var(--bg-primary)]">
|
||||
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center justify-between">
|
||||
<a href="{{@site.url}}" class="flex title-font font-medium items-center text-[var(--text-primary)] mb-4 md:mb-0">
|
||||
<span class="ml-3 text-xl">{{@site.title}}</span>
|
||||
{{#if @site.logo}}
|
||||
<img src="{{@site.logo}}" alt="{{@site.title}}" class="h-10 w-auto site-logo">
|
||||
{{else}}
|
||||
<img src="{{asset "images/palina.png"}}" alt="{{@site.title}}" class="h-10 w-auto site-logo">
|
||||
{{/if}}
|
||||
</a>
|
||||
|
||||
<div class="flex items-center">
|
||||
|
||||
Reference in New Issue
Block a user