diff --git a/src/_includes/base.njk b/src/_includes/base.njk
index e20ed56..ea74b5b 100644
--- a/src/_includes/base.njk
+++ b/src/_includes/base.njk
@@ -31,6 +31,7 @@
Home
Now
Blog
+ Links
diff --git a/src/links.md b/src/links.md
new file mode 100644
index 0000000..6621081
--- /dev/null
+++ b/src/links.md
@@ -0,0 +1,13 @@
+---
+layout: page.njk
+title: Links
+---
+
+Here's a list of all of the places I can be found:
+
+* [Mastodon](https://dapchat.online/@lewisdaleuk)
+* [Mastodon (cycling-specific)](https://toot.bike/@lewis)
+* [omg.lol](https://lewis.omg.lol)
+* [Twitter](https://twitter.com/lewisdaleuk)
+* [LinkedIn](https://www.linkedin.com/in/lewis-dale-aa0614250)
+* [Email](mailto:lewis@ihd.software)
\ No newline at end of file