1
0
weblog/_layouts/page.html
JackCarterSmith 64f91ff50b
All checks were successful
Build Jekyll weblog / build (push) Successful in 2s
Initial commit
2023-09-02 18:55:02 +02:00

13 lines
194 B
HTML

---
layout: default
---
<div class="post-area post">
<header>
<h1>{{ page.title }}</h1>
</header>
<article class="page-content">
{{ content }}
</article>
</div>