diff options
author | EuAndreh <eu@euandre.org> | 2018-12-22 07:04:39 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-22 07:04:39 -0200 |
commit | 9e82e4aa66c13aaec26bef47793d5f1c99a9bf08 (patch) | |
tree | 6c5951de9749d9cab44ee84377f2b71bb41ae897 /site/index.html | |
parent | Rely on Nix semantics to not build things twice. (diff) | |
download | euandre.org-9e82e4aa66c13aaec26bef47793d5f1c99a9bf08.tar.gz euandre.org-9e82e4aa66c13aaec26bef47793d5f1c99a9bf08.tar.xz |
Cleanup home content.
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> |