posts
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 1m13s

This commit is contained in:
2025-08-24 01:02:02 +02:00
parent b7946bba41
commit 9b2ef97307
7 changed files with 21 additions and 16 deletions

BIN
_layouts/.default.html.swo Normal file

Binary file not shown.

View File

@@ -7,6 +7,12 @@
<title>{{ page.title }}</title>
</head>
<body>
<div class="header">
<h1>
beppe.online
</h1>
</div>
{% include nav.html %}
{{ content }}
</body>
</html>