diff --git a/src/_data/site.json b/src/_data/site.json index 94e5c2a..4e2346a 100644 --- a/src/_data/site.json +++ b/src/_data/site.json @@ -24,5 +24,5 @@ "maxProfilePreview": 3, "maxCustomerPerPage": 8, "maxPartnerPerPage": 8, - "faviconPath": "/images/favicon.png" + "faviconPath": "/images/astrolabe/favicon.png" } diff --git a/src/_includes/partials/components/map.njk b/src/_includes/partials/components/map.njk index 4dde9d0..fd1ba7d 100644 --- a/src/_includes/partials/components/map.njk +++ b/src/_includes/partials/components/map.njk @@ -21,7 +21,7 @@ }); var iconMarkerAlt = L.icon({ - iconUrl: '/images/marker-logo-alt.svg', + iconUrl: '/images/astrolabe/marker-logo-alt.svg', iconSize: [40, 40], iconAnchor: [20, 40], popupAnchor: [0, -40] diff --git a/src/_includes/partials/global/site-head.njk b/src/_includes/partials/global/site-head.njk index 4b4f911..213e31b 100644 --- a/src/_includes/partials/global/site-head.njk +++ b/src/_includes/partials/global/site-head.njk @@ -4,7 +4,7 @@
{{ site.name }} - Home - {% include "../../../images/astrolabe_logo.svg" %} + {% include "../../../images/astrolabe/astrolabe_logo.svg" %}