diff options
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 %} |