diff --git a/_includes/footer.html b/_includes/footer.html
index e827cba99e81edf9ad5fa754f7b862320d4e7b9c..a57f27bf58dc9f9a3638bf390e7d6075828821e3 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,3 +1,4 @@
 <footer class="site-footer">
-  <p>&copy; {{ site.time | date: "%Y" }} {{ site.copyright }}</p>
+  <p>&copy; {{ site.time | date: "%Y" }} {{ site.copyright }}<br />
+  <a href="https://www.imperial.ac.uk/about-the-site/privacy/">Privacy Notice</a></p>
 </footer>