finished updates to camp form
The main parts of the camp form are finished. I may remove the map, but it's helpful for anyone who is farther away from camp.
This commit is contained in:
parent
bfc5d02a55
commit
31fc65500e
5 changed files with 120 additions and 111 deletions
|
@ -35,15 +35,15 @@ params:
|
|||
integrity: "sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
|
||||
crossorigin: ""
|
||||
- href: "https://unpkg.com/@raruto/leaflet-elevation@1.1.1/dist/leaflet-elevation.css"
|
||||
- href: "css/leaflet.extra-markers.min.css"
|
||||
- href: "/css/leaflet.extra-markers.min.css"
|
||||
js:
|
||||
- src: "/js/leaflet.hugo.js"
|
||||
- src: "https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"
|
||||
params:
|
||||
integrity: "sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew=="
|
||||
crossorigin: ""
|
||||
- src: "js/leaflet.elevation.js"
|
||||
- src: "js/leaflet.hugo.js"
|
||||
- src: "js/leaflet.extra-markers.min.js"
|
||||
- src: "/js/leaflet.elevation.js"
|
||||
- src: "/js/leaflet.extra-markers.min.js"
|
||||
|
||||
privacy:
|
||||
disqus:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue