diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 16:01:40 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 16:01:40 +0300 |
commit | fc71d28fd4c3225e10d4a7f0ab7baa2e1f80e4c7 (patch) | |
tree | e65bb36d67e29049e67da8991e251a917d7e6a0e | |
parent | b3e4526ee64173dba151680b5957e289fdfb5ccf (diff) |
Auto-commit 2024-12-15
-rw-r--r-- | layouts/partials/list.html | 2 |
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 |