Remove map links from Locations index
@@ -25,7 +25,7 @@
</h1></a>
<address>{{ location.address }}</address>
- <a href="https://google.com/maps/?q={{ location.lat_long }}" class="btn">Map</a>
+ <a href="https://google.com/maps/?q={{ location.lat_long }}" class="btn" target="_blank">Map</a>
</div>
{% endfor %}