diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 8316cdc..7d07e7b 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -2,12 +2,15 @@ - - + + {{ with $headerConfig.logo }} - + {{ else }} - {{ .Site.Title }} + {{ .Site.Title }} + {{ end }} + {{ if .Site.Title }} + {{ .Site.Title }} {{ end }} diff --git a/static/images/saasfiy-logo.svg b/static/images/logo.svg similarity index 100% rename from static/images/saasfiy-logo.svg rename to static/images/logo.svg diff --git a/static/images/saasify-logo.svg b/static/images/saasify-logo.svg new file mode 100644 index 0000000..440b5db --- /dev/null +++ b/static/images/saasify-logo.svg @@ -0,0 +1,17 @@ + + + + + + + + + + \ No newline at end of file