suite
This commit is contained in:
parent
fd027c16c1
commit
3c64e4dbae
File diff suppressed because it is too large
Load Diff
@ -45,20 +45,20 @@
|
||||
|
||||
|
||||
-if @facebook_img
|
||||
=raw '<meta property="og:image" content="https://mmsc.olwen.xyz'+@facebook_img.to_s+'"/>'
|
||||
=raw '<link rel="image_src" href="https://mmsc.olwen.xyz'+@facebook_img.to_s+'"/>'
|
||||
=raw '<meta property="og:image" content="https://basiclabs.io'+@facebook_img.to_s+'"/>'
|
||||
=raw '<link rel="image_src" href="https://basiclabs.io'+@facebook_img.to_s+'"/>'
|
||||
|
||||
=raw '<meta name="twitter:card" content="summary_large_image">'
|
||||
|
||||
|
||||
|
||||
|
||||
=raw '<meta property="twitter:image" content="https://mmsc.olwen.xyz'+@facebook_img.to_s+'"/>'
|
||||
=raw '<meta property="twitter:image" content="https://basiclabs.io'+@facebook_img.to_s+'"/>'
|
||||
|
||||
|
||||
|
||||
|
||||
-@img_size = FastImage.size('https://mmsc.olwen.xyz'+@facebook_img.to_s)
|
||||
-@img_size = FastImage.size('https://basiclabs.io'+@facebook_img.to_s)
|
||||
|
||||
-if @img_size and @img_size.size > 0
|
||||
=raw '<meta property="og:image:width" content="'+@img_size[0].to_s+'"/>'
|
||||
@ -95,8 +95,8 @@
|
||||
%p.landing Coming soon...
|
||||
|
||||
%p.contact
|
||||
+33 (0)1 69 69 69 69 -
|
||||
=link_to "hello@basiclabs.io", "mailto:hello@basiclabs.io", :style => "color:red;"
|
||||
+33 (0)4 81 91 42 42 -
|
||||
=link_to "contact@basiclabs.io", "mailto:contact@basiclabs.io", :style => "color:red;"
|
||||
|
||||
|
||||
:scss
|
||||
|
@ -3,7 +3,7 @@ Rails.application.configure do
|
||||
|
||||
HOSTNAME="localhost:3000"
|
||||
|
||||
HOSTNAME="mmsc.olwen.xyz"
|
||||
HOSTNAME="basiclabs.io"
|
||||
|
||||
# Settings specified here will take precedence over those in config/application.rb.
|
||||
|
||||
|
@ -2,7 +2,7 @@ Rails.application.configure do
|
||||
# Settings specified here will take precedence over those in config/application.rb.
|
||||
|
||||
|
||||
HOSTNAME="mmsc.olwen.xyz"
|
||||
HOSTNAME="basiclabs.io"
|
||||
|
||||
# Code is not reloaded between requests.
|
||||
config.cache_classes = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user