Skip to content

Commit

Permalink
feat: add doctype html
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 18, 2020
1 parent c71c69b commit 02f2e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node/build/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export async function renderPage(
.join('\n ')

const html = `
<!DOCTYPE html>
<html lang="${siteData.lang}">
<head>
<meta charset="utf-8">
Expand Down

0 comments on commit 02f2e10

Please sign in to comment.