From 12598ac0985f60c3193a31fff42f76ca145fcef7 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 6 Jan 2024 11:41:48 +0000 Subject: [PATCH] New location for git repo --- templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 79e7c44..3edddfe 100644 --- a/templates/index.html +++ b/templates/index.html @@ -30,7 +30,9 @@ Latitude/Longitude: (e.g. 54.375, -2.999) -

source code: https://github.com/EdwardBetts/uk-geocode

+{% set repo = "https://git.4angle.com/edward/geocode" %} + +

source code: {{ repo }}

{% endblock %}