fbs
This commit is contained in:
parent
de98a839df
commit
503df9204c
@ -8,8 +8,12 @@
|
||||
=javascript_include_tag "public"
|
||||
|
||||
= csrf_meta_tag
|
||||
-if @thumbnail_image
|
||||
= raw '<link rel="img_src" href="http://'+("#{HOSTNAME}#{@thumbnail_image}}").to_s+'" />'
|
||||
-else
|
||||
=raw '<link rel="img_src" href="http://blog.nicolasbally.com/front/logo.png" />'
|
||||
|
||||
|
||||
= raw '<link rel="img_src" href="'+(@thumbnail_image.to_s ? @thumbnail_image : "http://blog.nicolasbally.com/front/logo.png").to_s+'" />'
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user