Skip to content

Commit 5e7598a

Browse files
committed
Add static layout.
1 parent dd6c817 commit 5e7598a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_layouts/static.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: default
3+
---
4+
<h1 class="postTitle"><a href="{{ page.url }}">{{ page.title }}</a></h1>
5+
<div class="post">
6+
{{ content }}
7+
</div>

0 commit comments

Comments
 (0)