diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 7980a00..fa98fee 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,2 +1,6 @@ -

{{ site.Title }}

+{{ with resources.Get site.Params.logo.src }} + {{ site.Params.logo.alt }} +{{ else }} +

{{ site.Title }}

+{{ end }} {{ partial "menu.html" (dict "menuID" "main" "page" .) }}