From 1faa0a1909b4ae55442ba0ea46539afea168488a Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 31 Mar 2026 15:13:11 +0100 Subject: [PATCH] Include link to git repo. --- README.md | 2 ++ templates/base.html | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afe7910..5a53c28 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Bristol Eurostar +Source: https://git.4angle.com/edward/bristol-eurostar + Plan a trip from Bristol Temple Meads to Europe on Eurostar. Combines GWR trains (Bristol → Paddington) with Eurostar services (St Pancras → destination) and shows all valid same-day connections, filtering by journey time and minimum/maximum transfer window at Paddington/St Pancras. diff --git a/templates/base.html b/templates/base.html index 5bb4a1a..29042f3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -53,7 +53,12 @@

Bristol to Europe via Eurostar

-

GWR to Paddington → St Pancras → Eurostar

+

GWR to Paddington → St Pancras → Eurostar +  ·  + source +

{% block content %}{% endblock %}