Skip to content

Commit

Permalink
adding footer
Browse files Browse the repository at this point in the history
  • Loading branch information
gvarnavi committed May 9, 2024
1 parent a2baab1 commit 215a317
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion observablehq.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
// See https://observablehq.com/framework/config for documentation.

const footer: string = `
<div>
One.MIT is a project of <a href="https://mitnano.mit.edu/" target="_blank">MIT.nano</a> <br>
Massachusetts Institute of Technology | 77 Massachusetts Avenue &ndash; Building 12 | Cambridge, MA 02139 | <a href="mailto:[email protected]?subject=Inquiry about One.MIT">[email protected]</a>
</div>
`;

export default {
title: "One.MIT",
theme: "light",
root: "src",
pager: false,
footer: "",
footer: footer,
pages: [
{
name: "One.MIT 2018",
Expand Down

0 comments on commit 215a317

Please sign in to comment.