aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/single/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/single/footer.html b/layouts/partials/single/footer.html
index 61826cd..0f37911 100644
--- a/layouts/partials/single/footer.html
+++ b/layouts/partials/single/footer.html
@@ -10,7 +10,7 @@
{{ if .Params.Location }}
<div class="p-location">
{{ partial "icon.html" "location" }}
- {{.Params.Location}}
+ <a href="https://www.openstreetmap.org/search?query={{.Params.Location}}">{{.Params.Location}}</a>
</div>
{{ end }}
</div>