You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, when I share the page on social media, it will pop up with hero image. It would be nice if it pops stack blog image up instead (I tried to find one but images folder is pretty big). I think we can change og tag in _layouts/default.html where right now is <meta property="og:image" content="{{ page.hero }}"/> to if-else statement, something like this,
Now, when I share the page on social media, it will pop up with hero image. It would be nice if it pops stack blog image up instead (I tried to find one but images folder is pretty big). I think we can change
og
tag in_layouts/default.html
where right now is<meta property="og:image" content="{{ page.hero }}"/>
to if-else statement, something like this,The text was updated successfully, but these errors were encountered: