diff options
Diffstat (limited to '')
-rw-r--r-- | site/index.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/site/index.html b/site/index.html index 340bbc3..1367b1b 100644 --- a/site/index.html +++ b/site/index.html @@ -2,13 +2,7 @@ title: Home --- -<h2>Welcome</h2> +<h2>Recent posts</h2> +$partial("templates/post-intro.html")$ -<p>Welcome to my blog!</p> - -<p>I've reproduced a list of recent posts here for your reading pleasure:</p> - -<h2>Posts</h2> -$partial("templates/post-list.html")$ - -<p>…or you can find more in the <a href="/archive.html">archives</a>.</p> +<p>You can find more in the <a href="/archive.html">archives</a>.</p> |