feat: zola skeleton with placeholder index

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-20 22:26:25 +02:00
parent 725535c8d7
commit 733d7fea61
3 changed files with 32 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html lang="de">
<head><meta charset="utf-8"><title>{{ config.title }}</title></head>
<body>
<h1>{{ config.title }}</h1>
<p>{{ section.content | safe }}</p>
</body>
</html>