mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
fix missed one unformatted RenderHTML
This commit is contained in:
@@ -17,7 +17,11 @@ func DiscoveryPage(w http.ResponseWriter, r *http.Request) error {
|
||||
|
||||
urlc := template.PartialURL{Path: "discovery", Query: map[string]string{"mode": mode}}
|
||||
|
||||
return RenderHTML(w, r, Data_discovery{Artworks: works, Title: "Discovery", Queries: urlc})
|
||||
return RenderHTML(w, r, Data_discovery{
|
||||
Artworks: works,
|
||||
Title: "Discovery",
|
||||
Queries: urlc,
|
||||
})
|
||||
}
|
||||
|
||||
func NovelDiscoveryPage(w http.ResponseWriter, r *http.Request) error {
|
||||
|
||||
Reference in New Issue
Block a user