Add site title display toggle

This commit is contained in:
James Panther
2022-11-10 11:32:43 +11:00
parent 4367628ebe
commit 8a1dbe4777
10 changed files with 39 additions and 20 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<header class="py-6 font-semibold text-neutral-900 dark:text-neutral print:hidden sm:py-10">
<nav class="flex justify-between">
<nav class="flex items-start justify-between sm:items-center">
{{/* Site logo/title */}}
<div class="z-40 flex flex-row">
<div class="z-40 flex flex-row items-center">
{{ partial "logo.html" . }}
{{ partial "translations.html" . }}
</div>