From 35f13c2d308e7a077787af5cb5d4f03ca3d507ce Mon Sep 17 00:00:00 2001 From: Sakamoto Date: Fri, 5 Dec 2025 17:14:05 -0600 Subject: init smolweb compliant --- templates/index.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..a01d58f --- /dev/null +++ b/templates/index.html @@ -0,0 +1,33 @@ +{% extends "base.html" %} {% block title %} sakamoto.network {% endblock title +%} {% block content %} +

sakamoto.network

+ +

I host services for a few friends.

+ +

Services

+ + + +{% set blog = get_section(path="blog/_index.md") %} + +

Recent posts

+ +{% if blog.pages %} + +{% endif %} {% endblock content %} -- cgit v1.2.3