diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-30 19:37:24 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-30 19:37:24 +0200 |
commit | 71ab18ec4264197aae27efe64e4565c4989a19cd (patch) | |
tree | 561f82b426e0fca092b22e1f10e1a507091925e7 /pages/index.tsx | |
parent | 609c78e15c43ae0a3733640c724e2f3b1a08ab80 (diff) |
scripts + links
Diffstat (limited to 'pages/index.tsx')
-rw-r--r-- | pages/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index 91b8aef..96b8684 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -28,6 +28,7 @@ export default function Home(props: { return { children: post.props.meta.chapters, name: post.props.meta.title, + sectionLink: "/post/" + post.props.meta.id } as chapter }) ]}/> |