This commit is contained in:
2023-03-10 15:14:59 +08:00
parent eab307594f
commit 35aea309f4
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ func Router() *gin.Engine {
r.HTMLRender = loadTemplates("./theme/" + themeName + "/tmpl")
r.Static("/statics", "./theme/"+themeName+"/statics")
r.StaticFile("/favicon.ico", "/theme/"+themeName+"/favicon.ico")
r.StaticFile("/favicon.ico", "./theme/"+themeName+"/favicon.ico")
r.GET("/", handler.Index)
r.GET("/article/:id", handler.GetArticle)
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB