Skip to content

Commit

Permalink
Create page.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lankp committed Dec 24, 2023
1 parent 4b4af50 commit ca9253c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: base
---
<article class="post">

<header class="post-header">
<h1 class="post-title">{{ page.title | escape }}</h1>
</header>

<div class="post-content">
{{ content }}
</div>

</article>

0 comments on commit ca9253c

Please sign in to comment.