Skip to content

Commit

Permalink
Update Layout.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnww authored Jan 31, 2024
1 parent 1f1abad commit d21187a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import '../styles/syntax-coloring.css'
import GoogleAnalytics from '../components/GoogleAnalytics.astro'
import SearchModal from '../components/SearchModal.astro'
import SearchButton from '../components/SearchButton.astro'
import Comments from "../components/Comments.astro"
export interface Props {
title: string
Expand Down Expand Up @@ -126,7 +127,7 @@ if (database.Icon && database.Icon.Type === 'file') {
</header>

<slot name="main" />

<PostComments />
<footer>
<div>
<span>Powered by&nbsp;</span>
Expand Down

0 comments on commit d21187a

Please sign in to comment.