From 24bf14f6653ebf1c1ba79b9f212d35417bb6acbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 18 Sep 2021 01:52:04 +0200 Subject: Implement attachments --- t/front.t | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 't/front.t') diff --git a/t/front.t b/t/front.t index 86b8fb5..5f59c1c 100644 --- a/t/front.t +++ b/t/front.t @@ -1,6 +1,6 @@ <% #include "head.tc" %>

<%= site.name %>

-

Thanks for the <%= getenv("REQUEST_METHOD") %> request!

+

Latest posts

<% struct post *post; @@ -10,12 +10,9 @@ user = getuser(byid("users", post->user), 1); %> - - + + + <% } -- cgit v1.2.3
user); %>"><%= - user->name - %>id); %>"><%= - post->subject - %>id); %>"><%= post->subject %>user); %>"><%= user->name %><% printdate(post->created); %>