added favicon

This commit is contained in:
TheLastBilly 2023-05-19 16:35:48 -04:00
parent 141ddd99c7
commit 2cbe6018c3
2 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ func comicView(w http.ResponseWriter, r * http.Request) {
}
context.Comic = c
context.Title = fmt.Sprintf("No. %d", i)
context.Title = fmt.Sprintf("Black Ram Comics: %s", c.Title)
comics, err := allComics()
if err != nil {

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB