commit
2b861ea3d5
@ -84,6 +84,10 @@ function Home() {
|
||||
what you’re looking for once your knowledge base starts to grow in
|
||||
size.
|
||||
</p>
|
||||
<p>
|
||||
Search directly within Slack using{' '}
|
||||
<code>/outline <keyword></code> command.
|
||||
</p>
|
||||
</Feature>
|
||||
</Highlights>
|
||||
<Footer>
|
||||
|
@ -26,6 +26,7 @@ export default function Layout({ children }: Props) {
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="referrer" content="origin" />
|
||||
<meta name="slack-app-id" content="A0W3UMKBQ" />
|
||||
<meta name="description" content={description} />
|
||||
|
||||
<meta name="og:site_name" content={title} />
|
||||
|
Reference in New Issue
Block a user