7 lines
280 B
HTML
7 lines
280 B
HTML
<h2>Welcome</h2>
|
|
<img src="/images/logo.png" style="float: right; margin: 10px;" />
|
|
<p>Welcome to my blog!</p>
|
|
<p>My recent posts here for your reading pleasure:</p>
|
|
<h2>Posts</h2>
|
|
{{> templates/post-list.html }}
|
|
<p>You can find all posts in the <a href="/archive/">archives</a>.
|