lottepupspace/blog/_layouts/default.html
2025-07-28 14:39:05 +01:00

33 lines
No EOL
488 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/shared/main.css" />
</head>
<body>
<h1>blog.lottepup.space - {{ page.title }}</h1>
<div class="content">
{{ content }}
</div>
<div class="footer">
<hr />
<p>made by charlotte in 2025 :3 woof</p>
<p>🐶</p>
</div>
</body>
</html>