reconnect
This commit is contained in:
20
.github/_layouts/map.html
vendored
Normal file
20
.github/_layouts/map.html
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
# Default leaflet map page
|
||||
layout: default
|
||||
custom-foot: js/map-js.html
|
||||
---
|
||||
|
||||
<div class="container map-page">
|
||||
|
||||
<header class="map-intro">
|
||||
<h2>{{ page.title }}</h2>
|
||||
<p>
|
||||
Use this map to explore the locations of materials in the archive. Click on the markers to look at items associated with each location.
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<div id="map"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="mapContainer"></div>
|
||||
Reference in New Issue
Block a user