aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 16:01:40 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 16:01:40 +0300
commitfc71d28fd4c3225e10d4a7f0ab7baa2e1f80e4c7 (patch)
treee65bb36d67e29049e67da8991e251a917d7e6a0e /layouts/partials
parentb3e4526ee64173dba151680b5957e289fdfb5ccf (diff)
Auto-commit 2024-12-15
Diffstat (limited to 'layouts/partials')
-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