Skip to content

Commit 37d28dd

Browse files
authored
Add AnonymousOverflow to question title (#39)
This patch adds anonymousoverflow to the title of questions, making tracking anonymousoverflow through things like activitywatch easier..
1 parent 236eb84 commit 37d28dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/question.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html data-theme="{{ .theme }}">
33
<head>
4-
<title>{{ .question.Title }}</title>
4+
<title>{{ .question.Title }} | AnonymousOverflow</title>
55
<link rel="stylesheet" href="/static/question.css" />
66
<link rel="stylesheet" href="/static/syntax.css" />
77
<link rel="stylesheet" href="/static/comments.css" />

0 commit comments

Comments
 (0)