img
This commit is contained in:
parent
61f4d72982
commit
c8e5c47bff
@ -10,8 +10,10 @@
|
|||||||
= csrf_meta_tag
|
= csrf_meta_tag
|
||||||
-if @thumbnail_image
|
-if @thumbnail_image
|
||||||
= raw '<link rel="image_src" href="http://'+("#{HOSTNAME}#{@thumbnail_image}").to_s+'" />'
|
= raw '<link rel="image_src" href="http://'+("#{HOSTNAME}#{@thumbnail_image}").to_s+'" />'
|
||||||
|
=raw '<meta property="og:image" content="http://'+("#{HOSTNAME}#{@thumbnail_image}").to_s+'" />'
|
||||||
-else
|
-else
|
||||||
=raw '<link rel="image_src" href="http://blog.nicolasbally.com/front/logo.png" />'
|
=raw '<link rel="image_src" href="http://blog.nicolasbally.com/front/logo.png" />'
|
||||||
|
=raw '<meta property="og:image" content="http://blog.nicolasbally.com/front/logo.png" />'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user