Add AnonymousOverflow to question title (#39)

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 22:20:26 +05:30 committed by GitHub
parent 236eb849e4
commit 37d28dd704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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