diff options
| author | Sakamoto <me@sakamoto.network> | 2026-05-11 16:11:31 -0500 |
|---|---|---|
| committer | Sakamoto <me@sakamoto.network> | 2026-05-11 16:11:31 -0500 |
| commit | cb3b0b5fed9539df53ee93f76340bc93e80b4f45 (patch) | |
| tree | 34245f7a333e20d2fa361a1168ad589e4841f44a /templates/index.html | |
| parent | 3b0364a16eeaff3c79f5304c5320f123f570bdbc (diff) | |
| download | sakamoto.network-cb3b0b5fed9539df53ee93f76340bc93e80b4f45.tar.xz sakamoto.network-cb3b0b5fed9539df53ee93f76340bc93e80b4f45.zip | |
update site
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/templates/index.html b/templates/index.html index a01d58f..49d1a78 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,8 +1,6 @@ {% extends "base.html" %} {% block title %} sakamoto.network {% endblock title %} {% block content %} -<h1>sakamoto.network</h1> - -<p>I host services for a few friends.</p> +<!-- <h1>sakamoto.network</h1> --> <h2>Services</h2> @@ -14,11 +12,9 @@ <li><a href="https://paste.sakamoto.network">rustypaste</a></li> </ul> -{% set blog = get_section(path="blog/_index.md") %} - +{% set blog = get_section(path="blog/_index.md") %} {% if blog.pages %} <h2>Recent posts</h2> -{% if blog.pages %} <ul> {% for post in blog.pages | slice(end=5) %} <li> |
