mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
properly rm unused field in Data_artwork struct
This commit is contained in:
@@ -32,7 +32,6 @@ func ArtworkPage(w http.ResponseWriter, r *http.Request) error {
|
||||
|
||||
return RenderHTML(w, r, Data_artwork{
|
||||
Illust: *illust,
|
||||
IllustType: illust.IllustType,
|
||||
Title: illust.Title,
|
||||
MetaDescription: metaDescription,
|
||||
MetaImage: illust.Images[0].Original,
|
||||
|
||||
Reference in New Issue
Block a user