diff --git a/superpage/src/pages/[slug].astro b/superpage/src/pages/[slug].astro index e68bde2..99621da 100644 --- a/superpage/src/pages/[slug].astro +++ b/superpage/src/pages/[slug].astro @@ -4,7 +4,6 @@ import { Picture } from "astro:assets"; import { Icon } from "astro-icon/components"; import Layout from "~/layouts/Layout.astro"; import Container from "~/components/Container.astro"; -import Stats from "~/components/Stats.astro"; import HeaderNav from "~/components/Course/HeaderNav.astro"; import placeholder from "~/assets/placeholder.png"; @@ -38,6 +37,7 @@ const { Content } = await render(course);
+ {/* Course */}
+ {/* Course End */} - +