Replace user avatar to banner image for explicit artworks previews

This commit is contained in:
VnPower 2023-08-22 18:44:47 +07:00
parent 096abd703c
commit 4e60811675
Signed by: vnpower
GPG key ID: 881DE3DEB966106C

View file

@ -30,7 +30,7 @@
<meta property="og:image" content="{{ Illust.Images[0].Large }}">
{{ else }}
<meta property="og:description" content="View this (explicit) artwork by {{ Illust.User.Name }} on PixivFE.">
<meta property="og:image" content="{{ Illust.User.Avatar }}">
<meta property="og:image" content="{{ BaseURL }}/assets/banner.jpg">
{{ end }}