Files
neocities/_layouts/post.html
bvanroll 5fe686c1c8
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 1m9s
droppable?
2025-08-24 01:09:06 +02:00

8 lines
125 B
HTML

---
layout: default
---
<h1>{{ page.title }}</h1>
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
{{ content }}