This commit is contained in:
2025-05-05 11:19:03 -03:00
parent 9be27c9ccb
commit fef31734d6
11 changed files with 234 additions and 20 deletions

View File

@@ -28,7 +28,7 @@ const { data } = course;
const { Content } = await render(course);
---
<Layout>
<Layout title={data.title}>
<Fragment slot="head">
<title>{data.title} &mdash; EDUSEG&reg;</title>
</Fragment>