All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 1m9s
8 lines
125 B
HTML
8 lines
125 B
HTML
---
|
|
layout: default
|
|
---
|
|
<h1>{{ page.title }}</h1>
|
|
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
|
|
|
|
{{ content }}
|