Add AnonymousOverflow to question title

This patch adds anonymousoverflow to the title of questions, making tracking anonymousoverflow through things like activitywatch easier..
This commit is contained in:
Arya K 2023-07-05 15:57:29 +05:30 committed by GitHub
parent 236eb849e4
commit 3ff0811164
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html data-theme="{{ .theme }}">
<head>
<title>{{ .question.Title }}</title>
<title>{{ .question.Title }} | AnonymousOverflow</title>
<link rel="stylesheet" href="/static/question.css" />
<link rel="stylesheet" href="/static/syntax.css" />
<link rel="stylesheet" href="/static/comments.css" />