diff --git a/layouts/_partials/header.html b/layouts/_partials/header.html index 417ee77..72e6b0f 100644 --- a/layouts/_partials/header.html +++ b/layouts/_partials/header.html @@ -1,7 +1,9 @@ - + {{- $logo := "img/favicon.svg" -}} + {{- if os.FileExists "static/img/logo.svg" -}}{{- $logo = "img/logo.svg" -}}{{- end -}} +