diff --git a/.gitignore b/.gitignore
index 6e7858a..8f4ff36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
website/data/boundaries.geojson
website/secrets.js
node_modules/*
-package-lock.json
\ No newline at end of file
+package-lock.json
+Dockerfile
+docker-commands.txt
diff --git a/contributors.txt b/contributors.txt
index 7ef67ae..4870c80 100644
--- a/contributors.txt
+++ b/contributors.txt
@@ -8,3 +8,5 @@ Stephanie Schwarze
Sally
Molly
Michaela Olde
+hughrun
+sallybaker
diff --git a/website/load-map.js b/website/load-map.js
index 2868002..464813f 100644
--- a/website/load-map.js
+++ b/website/load-map.js
@@ -458,6 +458,8 @@ Promise.all([boundaries, branchesCsv, ikcCsv, mechanics, nslaBranches])
(!props.standard_loan_weeks || props.standard_loan_weeks == "?" ? `Unknown` : `${props.standard_loan_weeks} weeks`) +
`
Software : ` +
(!props.ILS || props.ILS == "?" ? `Unknown` : `${props.ILS}`) +
+ `
Website: ` +
+ (!props.website || props.website == "?" ? `Unknown` : `` + `${props.website}` + ``) +
`