droppable?
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 1m9s

This commit is contained in:
2025-08-24 01:09:06 +02:00
parent 9b2ef97307
commit 5fe686c1c8
5 changed files with 23 additions and 2 deletions

Binary file not shown.

View File

@@ -4,6 +4,7 @@
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<link rel="stylesheet" href="css/main.css">
<script src="js/main.js"></script>
<title>{{ page.title }}</title>
</head>
<body>

7
_layouts/post.html Normal file
View File

@@ -0,0 +1,7 @@
---
layout: default
---
<h1>{{ page.title }}</h1>
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
{{ content }}