Jekyll-ify a bit more

This commit is contained in:
2025-09-01 02:18:43 -04:00
parent 9140e44985
commit 054ebec020
12 changed files with 343 additions and 33 deletions
+20
View File
@@ -0,0 +1,20 @@
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
</head>
<body>
<div class="main-container">
</div>
{{ content }}
</body>
</html>