diff options
author | EuAndreh <eu@euandre.org> | 2020-01-24 13:46:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-01-24 13:47:03 -0300 |
commit | cefb901ff637e765c8c6d300a5e6466e53236f18 (patch) | |
tree | ebd7350740440ed154068df8f116eaeaef78987a /site/index.html | |
parent | CSS: Wrap lines in <pre> code block (diff) | |
download | euandre.org-cefb901ff637e765c8c6d300a5e6466e53236f18.tar.gz euandre.org-cefb901ff637e765c8c6d300a5e6466e53236f18.tar.xz |
Remove "/archive.html" page
It was simply a duplicate of "/index.html", and I'd rather keep all the posts
listed in the index itself.
Diffstat (limited to 'site/index.html')
-rw-r--r-- | site/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/site/index.html b/site/index.html index 3ef7cd9..8c3db94 100644 --- a/site/index.html +++ b/site/index.html @@ -4,5 +4,3 @@ title: Home <h2>Recent posts</h2> $partial("templates/post-list.html")$ - -<p>You can find more in the <a href="/archive.html">archives</a>.</p> |