diff --git a/server/routes/artwork.go b/server/routes/artwork.go index c63212d..1aa2924 100644 --- a/server/routes/artwork.go +++ b/server/routes/artwork.go @@ -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,