mirror of
https://gitlab.com/mrubli/hugo-mod-leaflet.git
synced 2025-10-07 01:54:24 +00:00
layouts: leaflet-loader: Use relURL instead of .Site.BaseURL
This commit is contained in:
@@ -7,6 +7,6 @@
|
|||||||
// Global object for quip-maps
|
// Global object for quip-maps
|
||||||
const Quip = {};
|
const Quip = {};
|
||||||
</script>
|
</script>
|
||||||
<script src="{{ .Site.BaseURL }}/js/maps.bundle.js"></script>
|
<script src="{{ relURL "js/maps.bundle.js" }}"></script>
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/hugo-mod-leaflet.css" />
|
<link rel="stylesheet" href="{{ relURL "css/hugo-mod-leaflet.css" }}" />
|
||||||
|
Reference in New Issue
Block a user