diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 16:01:18 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 16:01:18 +0300 |
commit | b3e4526ee64173dba151680b5957e289fdfb5ccf (patch) | |
tree | 8bc36f987f8d3b23b9773ecba92ad743becb4951 /layouts | |
parent | 9ec2e6366d182b88b1c4d5c4436a75b29e121ce1 (diff) |
Auto-commit 2024-12-15
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/single/footer.html | 2 |
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> |