🚚 Move logo partial to partials directory

This commit is contained in:
James Panther
2022-11-07 15:54:21 +11:00
parent 1a98f70180
commit beebfe0845
4 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<nav class="flex justify-between">
{{/* Site logo/title */}}
<div class="z-40">
{{ partial "header/logo.html" . }}
{{ partial "logo.html" . }}
{{ partial "translations.html" . }}
</div>
{{/* Hamburger menu */}}