diff --git a/observablehq.config.ts b/observablehq.config.ts
index 5bff85a..a8e1c91 100644
--- a/observablehq.config.ts
+++ b/observablehq.config.ts
@@ -1,10 +1,18 @@
// See https://observablehq.com/framework/config for documentation.
+
+const footer: string = `
+
+ One.MIT is a project of
MIT.nano
+ Massachusetts Institute of Technology | 77 Massachusetts Avenue – Building 12 | Cambridge, MA 02139 |
mitnano@mit.edu
+
+`;
+
export default {
title: "One.MIT",
theme: "light",
root: "src",
pager: false,
- footer: "",
+ footer: footer,
pages: [
{
name: "One.MIT 2018",