aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/list.html b/layouts/partials/list.html
index 8106fba..e9e5826 100644
--- a/layouts/partials/list.html
+++ b/layouts/partials/list.html
@@ -30,7 +30,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> \ No newline at end of file