This commit is contained in:
httpjamesm 2023-07-18 22:34:38 -04:00
commit 4e8a7d3553
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
package config package config
var Version = "1.8.2" var Version = "1.8.3"

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" />