This commit is contained in:
@@ -18,7 +18,12 @@ function formatDate(dateStr: string): string {
|
||||
}
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<Layout
|
||||
title={config.siteConfig.pageOpenGraph.talks.title}
|
||||
description={config.siteConfig.pageOpenGraph.talks.description}
|
||||
ogImage={config.siteConfig.pageOpenGraph.talks.image}
|
||||
ogType={config.siteConfig.pageOpenGraph.talks.type}
|
||||
>
|
||||
<div class="w-full max-w-3xl mx-auto p-4 sm:p-8">
|
||||
<h1
|
||||
class="text-3xl sm:text-4xl font-bold text-primary mb-6 sm:mb-8 text-center"
|
||||
|
||||
Reference in New Issue
Block a user