|
|
|
@ -22,8 +22,8 @@ const { title } = Astro.props;
|
|
|
|
|
<meta name="generator" content={Astro.generator} />
|
|
|
|
|
<title>{title}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body class="text-brand-1">
|
|
|
|
|
<LeftRightSplit class="px-8">
|
|
|
|
|
<body class="text-brand-1 p-0 m-0">
|
|
|
|
|
<LeftRightSplit class="px-8 bg-brand-12 border-b-groove border-width-1 border-brand-10 mb-4">
|
|
|
|
|
<Heading slot="left"><a href="/" class="text-brand-3 decoration-none">The Clog</a></Heading>
|
|
|
|
|
<Row slot="right" >
|
|
|
|
|
<NavLink href="/journal">Journal</NavLink>
|
|
|
|
|