From f6a545b00a4046879b7cc25c06c37bb6b6880b43 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 8 Mar 2024 14:53:01 +0100 Subject: Use serde and time --- templates/index.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.gmi') diff --git a/templates/index.gmi b/templates/index.gmi index 9df2f55..33832b1 100644 --- a/templates/index.gmi +++ b/templates/index.gmi @@ -1,3 +1,3 @@ # Gemlog Archive -{{= it.posts }} +{{= posts }} -- cgit