added first article

This commit is contained in:
Luca 2024-10-18 13:57:12 +02:00
parent 16fe9bd093
commit 41ef0be7f9
19 changed files with 641 additions and 29 deletions

View file

@ -7,10 +7,10 @@ title: runtimefee.lol - Homepage
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/css/index.css" />
<link rel="stylesheet" href="/css/bundle.css" />
<title>{{ title }}</title>
</head>
<body>
{{ content | safe }}
{% include "_header.njk" %} {{ content | safe }}
</body>
</html>