diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-09-20 20:48:16 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-09-20 20:48:16 -0500 |
commit | d7978b4ccf4c6c56b1c2888791f73271f91fd12c (patch) | |
tree | 587bd7191d766aa4910a8b21dcb5da0d71061c08 /theme/templates/index.html | |
parent | 01a629ca5a26798c67a29bab7a7c9f9def1f80dd (diff) | |
download | cleberg.net-d7978b4ccf4c6c56b1c2888791f73271f91fd12c.tar.gz cleberg.net-d7978b4ccf4c6c56b1c2888791f73271f91fd12c.tar.bz2 cleberg.net-d7978b4ccf4c6c56b1c2888791f73271f91fd12c.zip |
EXTREME MINIMALISM
Diffstat (limited to 'theme/templates/index.html')
-rw-r--r-- | theme/templates/index.html | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 0ad4d5a..c540e09 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -9,21 +9,8 @@ </blockquote> </section> <section> - <h2>Blog Posts</h2> + <h2>Recent Posts</h2> <!-- BEGIN_POSTS --> <!-- END_POSTS --> - <a href="/blog/">All Posts →</a> -</section> - -<section> - <h2>Everything Else</h2> - <ul> - <li><a href="/about/">About</a></li> - <li><a href="https://cv.cleberg.net">Curriculum Vitae</a></li> - <li><a href="/now/">Now</a></li> - <li><a href="/salary/">Salary</a></li> - <li><a href="/services/">Services</a></li> - <li><a href="/wiki/">Wiki</a></li> - </ul> </section> {% endblock %} |