Skip to content

Commit a184c89

Browse files
committed
Put 'mcecode' at the right side of the page title
1 parent 65f41a3 commit a184c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layout/layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const { title } = Astro.props;
1616
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1717
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1818

19-
<title>mcecode | {title}</title>
19+
<title>{title} | mcecode</title>
2020

2121
<Fonts />
2222
</head>

0 commit comments

Comments
 (0)