Skip to content

Commit 4d842f6

Browse files
committed
feat: update base layout
1 parent 921f2a4 commit 4d842f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/BaseLayout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const { title, description } = Astro.props;
1616
const titleTemplate = title !== "jsDocs.io" ? "%s - jsDocs.io" : undefined;
1717
---
1818

19+
<!doctype html>
1920
<html lang="en">
2021
<head>
2122
<meta charset="utf-8" />

0 commit comments

Comments
 (0)