From 61c166b79570219a515bb3b8dd344a403708b371 Mon Sep 17 00:00:00 2001 From: r Date: Mon, 17 Jun 2024 11:41:02 +0000 Subject: Show quoted posts --- templates/status.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'templates/status.tmpl') diff --git a/templates/status.tmpl b/templates/status.tmpl index 503b6f1..d841a93 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -177,6 +177,13 @@ {{end}} + {{with $quote := GetQuote .}} + {{if $quote}} +
+ {{template "status" (WithContext $quote $.Ctx)}} +
+ {{end}} + {{end}}
reply -- cgit v1.2.3