mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-23 04:30:11 +09:00
Cleanup
This commit is contained in:
parent
32aa9d1544
commit
4d14548d09
@ -12,12 +12,8 @@ const Layout = (props) => {
|
|||||||
<title>{title ? `${title} - ${siteTitle}` : siteTitle}</title>
|
<title>{title ? `${title} - ${siteTitle}` : siteTitle}</title>
|
||||||
<link rel="icon" href="/static/images/favicon.ico" />
|
<link rel="icon" href="/static/images/favicon.ico" />
|
||||||
</Head>
|
</Head>
|
||||||
<Background>
|
|
||||||
<body className="bg-white text-black dark:bg-black dark:text-white">
|
<body className="bg-white text-black dark:bg-black dark:text-white">
|
||||||
<main>
|
<main>
|
||||||
{/*
|
|
||||||
{title ? <h1 className="page-title">{title}</h1> : ``}
|
|
||||||
*/}
|
|
||||||
<div className="page-main">
|
<div className="page-main">
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
@ -41,7 +37,6 @@ const Layout = (props) => {
|
|||||||
</footer>
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</Background>
|
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
4
styles/globals.css
Normal file
4
styles/globals.css
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
/* Start purging... */
|
||||||
|
@tailwind components;
|
||||||
|
@tailwind utilities;
|
||||||
|
/* Stop purging. */
|
Loading…
Reference in New Issue
Block a user