mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
fix spelling
This commit is contained in:
parent
d43c9cbcf4
commit
652177d95e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ meta name="robots" content="noindex, nofollow"
|
|||
- image.image_mime_type == "video/webm" and !filtered ->
|
||||
meta name="og:type" content="video.other"
|
||||
meta name="og:image" content=ImageView.thumb_url(image, false, :rendered)
|
||||
meta name="og:video" content=Imageview.thumb_url(image, false, :full)
|
||||
meta name="og:video" content=ImageView.thumb_url(image, false, :full)
|
||||
|
||||
- image.image_mime_type == "image/svg+xml" and !filtered ->
|
||||
meta name="og:type" content="video.other"
|
||||
|
|
Loading…
Reference in a new issue