Skip to content

Commit

Permalink
starter-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Oct 3, 2024
1 parent 479ea4d commit 674561e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/starter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { Testimonials } from './components/Testimonials'
import CONFIG from './config'
import { Style } from './style'
// import { MadeWithButton } from './components/MadeWithButton'
import Comment from '@/components/Comment'
import ShareBar from '@/components/ShareBar'
import { useGlobal } from '@/lib/global'
import { loadWowJS } from '@/lib/plugins/wow'
Expand Down Expand Up @@ -153,6 +154,7 @@ const LayoutSlug = props => {
<div id='container-inner' className='w-full p-4'>
<div id='article-wrapper' className='mx-auto'>
<NotionPage {...props} />
<Comment frontMatter={post} />
<ShareBar post={post} />
</div>
</div>
Expand Down

0 comments on commit 674561e

Please sign in to comment.