blog/src/_includes/base.njk
hexlocation f76196b017
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
feat: entire blog now looks good :thumbs_up:
2025-02-19 22:41:31 +01:00

15 lines
604 B
Text

<html lang="en">
<head>
<link rel="stylesheet" href="/global.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ title }}</title>
</head>
<body class="scheme-dark bg-gray-900 px-[25%] pt-10">
<h3 id="title" class="text-3xl font-bold leading-none text-gray-200 font-[typewriter]">iwakura blog</h3>
<a class="link pl-10 text-gray-600 text-xs" href="https://iwakura.rip">by the iwakura computer club</a>
<hr class="m-3">
<div class="">
{{ content | safe }}
</div>
</body>
</html>