Skip to content

Commit

Permalink
genres: specify utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
wydengyre committed Jan 30, 2024
1 parent 0968ae0 commit 3a998e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/rai/genres.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ async function renderGenres(baseUrl: URL, json: unknown): Promise<string> {
}
const gs = parseResult.data;

return `<div class="genre">
return `<meta charset="UTF-8">
<div class="genre">
<h1>Genres</h1>
<div class="genre-list">
${gs.block.cards
Expand Down

0 comments on commit 3a998e0

Please sign in to comment.