mirror of
https://gitlab.com/mrubli/hugo-mod-leaflet.git
synced 2025-10-07 18:14:29 +00:00
layouts: leaflet-loader: Fix absolute URL used for loading quip-maps stylesheet
This commit is contained in:
@@ -9,4 +9,4 @@
|
|||||||
</script>
|
</script>
|
||||||
<script src="{{ .Site.BaseURL }}/js/maps.bundle.js"></script>
|
<script src="{{ .Site.BaseURL }}/js/maps.bundle.js"></script>
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/hugo-mod-leaflet.css" />
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/hugo-mod-leaflet.css" />
|
||||||
|
Reference in New Issue
Block a user