From 37d28dd704dc5334ed9db8796631fdb05b5b9814 Mon Sep 17 00:00:00 2001 From: Arya K Date: Wed, 5 Jul 2023 22:20:26 +0530 Subject: [PATCH] Add AnonymousOverflow to question title (#39) This patch adds anonymousoverflow to the title of questions, making tracking anonymousoverflow through things like activitywatch easier.. --- templates/question.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/question.html b/templates/question.html index c9f3654..eb20e2d 100644 --- a/templates/question.html +++ b/templates/question.html @@ -1,7 +1,7 @@ - {{ .question.Title }} + {{ .question.Title }} | AnonymousOverflow