mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-05-14 05:52:54 +00:00
feat: import theme icons, set color vars, option cookie
This commit is contained in:
parent
26c7a5f5ee
commit
3d53fd5806
11 changed files with 68 additions and 27 deletions
|
@ -156,6 +156,7 @@ func ViewQuestion(c *gin.Context) {
|
|||
"answers": answers,
|
||||
"imagePolicy": imagePolicy,
|
||||
"shortenedBody": questionBodyParent.Text()[0:50],
|
||||
"theme": c.MustGet("theme").(string),
|
||||
})
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue