Files
bqkc/.github/_layouts/map.html
Nasir Anthony Montalvo 0a854da998 reconnect
2026-01-26 02:25:43 -06:00

21 lines
407 B
HTML

---
# 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>