From 3c3c383a9d6dec77e93272483699b3aef2c1dd47 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 13 Mar 2025 20:17:19 +0800 Subject: Partially port templates used by the index page --- templates/_head_common.htmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/_head_common.htmpl') diff --git a/templates/_head_common.htmpl b/templates/_head_common.htmpl index 6fcfea1..bc14cb6 100644 --- a/templates/_head_common.htmpl +++ b/templates/_head_common.htmpl @@ -1,3 +1,5 @@ -{{ define _tp_head_common(handle: io::handle, title: str = "Untitled") (void | io::error | nomem) }} -{{ title }} +{{ define _tp_head_common(handle: io::handle) (void | io::error | nomem) }} + + + {{ end }} -- cgit v1.2.3