Skip to content

Commit ca8a5a9

Browse files
committed
Add main element with id (#2)
1 parent a3bf1b4 commit ca8a5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
<time datetime={page.data.updatedAt}>{dateToString(page.data.updatedAt)}</time>
5858
</p>
5959

60-
{@render children()}
60+
<main id="content">{@render children()}</main>

0 commit comments

Comments
 (0)