diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 4ca3131..d83af3b 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,4 +1,4 @@
- + {{ partial "header_logo.html" . }} {{ partial "header_menu.html" . }}
\ No newline at end of file diff --git a/layouts/partials/header_logo.html b/layouts/partials/header_logo.html new file mode 100644 index 0000000..8054216 --- /dev/null +++ b/layouts/partials/header_logo.html @@ -0,0 +1 @@ + \ No newline at end of file