Finally some text
This commit is contained in:
@ -14,13 +14,13 @@ const Layout: NextPage<ILayoutProps> = ({ title, children }) => {
|
||||
<title>{title ?? "c0ntroller.de"}</title>
|
||||
</Head>
|
||||
<div id={styles.blogBody}>
|
||||
<header>
|
||||
<header id={"top"}>
|
||||
<Navigation />
|
||||
</header>
|
||||
<main>
|
||||
{ children }
|
||||
</main>
|
||||
<footer>
|
||||
<footer id={"bottom"}>
|
||||
Copyright und so nen Stuff
|
||||
</footer>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user