refactor: move comments styles to another file

This commit is contained in:
httpjamesm
2022-12-30 18:18:13 -05:00
parent aa13c8515f
commit 062ffbcbdc
3 changed files with 38 additions and 37 deletions

View File

@ -4,6 +4,7 @@
<title>{{ .question.Title }}</title>
<link rel="stylesheet" href="/static/question.css" />
<link rel="stylesheet" href="/static/syntax.css" />
<link rel="stylesheet" href="/static/comments.css" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src {{ .imagePolicy }};"