From e5bf3159b8e485c108de0e4b1051ba6b66c16099 Mon Sep 17 00:00:00 2001 From: r Date: Mon, 14 Oct 2024 07:54:41 +0000 Subject: Add support for quote reply --- templates/about.tmpl | 4 ++++ templates/postform.tmpl | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'templates') diff --git a/templates/about.tmpl b/templates/about.tmpl index 580c68d..d160e33 100644 --- a/templates/about.tmpl +++ b/templates/about.tmpl @@ -77,6 +77,10 @@ Post NSFW N + + Quote reply + Q + Post attachments A diff --git a/templates/postform.tmpl b/templates/postform.tmpl index 5ee1a51..321851a 100644 --- a/templates/postform.tmpl +++ b/templates/postform.tmpl @@ -30,6 +30,10 @@ + {{if .ReplyContext}} + + + {{end}}
-- cgit v1.2.3