Skip to content

Commit

Permalink
fix: more encoding problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Mar 16, 2024
1 parent e48593e commit 8dbd14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/rss/blog.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ function makeOutro() {

return (
<>
<Fragment set:html={start} />
<Fragment set:text={start} />
<Content />
<Fragment set:html={end} />
<Fragment set:text={end} />
</>
);
})
Expand Down

0 comments on commit 8dbd14d

Please sign in to comment.