_includes/map-legends.html in web-mapping-leaflet-0.1.4 vs _includes/map-legends.html in web-mapping-leaflet-0.2.0
- old
+ new
@@ -1,15 +1,15 @@
<div class="modal fade" id="aboutLegends" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
- <h5 class="modal-title" id="exampleModalLabel">About</h5>
+ <h5 class="modal-title" id="exampleModalLabel">Legends</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
- Legends goes here...
+ {{ site.data.legends.description }}
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>