Skip to content

Commit

Permalink
feat: added header and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
BigLep committed Nov 6, 2024
1 parent 6ad2ac3 commit d3598cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion observablehq.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default {
"parchment",
"dashboard"
],
footer: false,
header: ({title, data, path}) => `<a href="/">🏠 Home</a> | <a href="/metrics">📈 Metrics</a> | <a href="/faq">❓ FAQ</a>`,
footer: ({path}) => `Data used in this dashboard comes from the <a href="https://filecoindataportal.xyz/">Filecoin Data Portal</a>. <a href="https://github.com/filecoin-project/filecoin-storage-providers-market/blob/main/src${path}.md?plain=1">View Page Source</a>`,
sidebar: false,
toc: false,
pager: false,
Expand Down
4 changes: 0 additions & 4 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,3 @@ Inputs.table(storage_providers, {
}
})
```

---

_Data used in this dashboard comes from the [Filecoin Data Portal](https://filecoindataportal.xyz/) andis available without any warranties or guarantees of any kind, either expressed or implied._

0 comments on commit d3598cd

Please sign in to comment.