diff --git a/themes/neff/layouts/partials/schema/organization.jsonld b/themes/neff/layouts/partials/schema/organization.jsonld index 1d37350..7573834 100755 --- a/themes/neff/layouts/partials/schema/organization.jsonld +++ b/themes/neff/layouts/partials/schema/organization.jsonld @@ -5,7 +5,7 @@ "url": "{{ .ctx.Site.BaseURL }}", "email": "{{ .org.email }}", "telephone": {{ .org.telephone | jsonify }}, - "logo": {{ partial "schema/image.jsonld" (dict "url" "/img/logo.svg" "ctx" .ctx) }} + "logo": {{ partial "schema/image.jsonld" (dict "url" "/img/logo.png" "ctx" .ctx) }} {{ if (ne .short true) }} {{- with .org.faxNumber -}} ,"faxNumber": {{ . | jsonify }} diff --git a/themes/neff/static/img/logo.png b/themes/neff/static/img/logo.png new file mode 100644 index 0000000..766ac69 Binary files /dev/null and b/themes/neff/static/img/logo.png differ