mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
don't hide embeds
This commit is contained in:
parent
b5f3f98b9c
commit
cf46e9bba4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ meta name="robots" content="noindex, nofollow"
|
|||
|
||||
= if opengraph?(@conn) do
|
||||
- image = @conn.assigns.image
|
||||
- filtered = ImageView.filter_or_spoiler_hits?(@conn, image) or not image.thumbnails_generated
|
||||
- filtered = not image.thumbnails_generated
|
||||
- description = "##{image.id} - #{image.tag_list_cache} - Derpibooru"
|
||||
|
||||
meta name="keywords" content=image.tag_list_cache
|
||||
|
|
Loading…
Reference in a new issue