diff --git a/app/views/spec.js b/app/views/spec.js index f351039..2e01bb0 100644 --- a/app/views/spec.js +++ b/app/views/spec.js @@ -12,6 +12,10 @@ import html from "choo/html"; export default state => { state.hideFooter = true; + state.lbry = { + title: "LBRY Specification", + description: "A detailed specification of the LBRY protocol. Learn exactly what LBRY is and how it works!" + }; return html`