1
0

Zola init

This commit is contained in:
2021-12-02 10:44:45 +01:00
commit af83c4db7b
5 changed files with 19 additions and 0 deletions

10
templates/index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{% block title %}{{ config.title }}{% endblock title %}</title>
</head>
<body>
...
</body>
</html>