mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
Colors work on inline code lets go
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
// Imports
|
||||
import "@/style/globals.css";
|
||||
import "@/style/prism-theme.css";
|
||||
import Theme from "@/app/theme";
|
||||
import Header from "@/components/header";
|
||||
import Footer from "@/components/footer";
|
||||
import Container from "@/components/ui/container";
|
||||
import Head from 'next/head';
|
||||
|
||||
// Metadata
|
||||
export const metadata = {
|
||||
@@ -15,6 +17,9 @@ export const metadata = {
|
||||
export default function Layout({children}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<Head>
|
||||
<script src="prism.js"></script>
|
||||
</Head>
|
||||
<body className="
|
||||
bg-light-background text-light-foreground
|
||||
dark:bg-dark-background dark:text-dark-foreground
|
||||
|
||||
Reference in New Issue
Block a user