Skip to content

Commit 0a8fe8c

Browse files
committed
Re-adding haiku.html template
1 parent 82e5660 commit 0a8fe8c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

_layouts/haiku.html

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: default
3+
---
4+
5+
<h2>
6+
<a href="{{ haiku.url }}">
7+
{{ page.title }}
8+
</a>
9+
</h2>
10+
11+
<font size="2"><em> By {{ page.author }}</em></font>
12+
13+
{{ content }}
14+
15+
<hr>
16+
<p><font size="2"><em>Return to <b><a href="{{site.baseurl}}/haikus/">Haikus</a></b></em>.</font></p>

0 commit comments

Comments
 (0)