fixed current marker on commics

This commit is contained in:
drevil 2024-05-09 00:22:35 -04:00
parent 51d1d4a3f8
commit 548b461152
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ func comicView(w http.ResponseWriter, r * http.Request) {
context.UserName = u.Name
}
context.Comic = c
context.Current = i
context.Title = fmt.Sprintf("Black Ram Comics: %s", c.Title)
} else if i != 1 {
return404(w,r)