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