nekojimi.moe/_layouts/default.html
Nekojimi 7ed2f684fc
All checks were successful
Jekyll Build & Deploy / Jekyll-Build-and-Deploy (push) Successful in 19s
Just commit everything, hopefully that fixes it.
2025-03-27 20:07:18 +00:00

16 lines
291 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{page.title}}</title>
<link href="/static/css/style.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<div class="content">
{{ content }}
</div>
</div>
</body>
</html>