We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43a9250 + 2bc1e72 commit 8281994Copy full SHA for 8281994
src/partials/section/location.html.eco
@@ -6,4 +6,4 @@
6
<span itemprop="addressRegion"> <%= @conf.state %></span>
7
</p>
8
9
-<div id="map-canvas" class="location-area" data-address="<%= @conf.address %>"></div>
+<div id="map-canvas" class="location-area" data-address="<%= @conf.address %>, <%= @conf.city %> - <%= @conf.state %>"></div>
0 commit comments