drastic Posted September 30 Share Posted September 30 Is there a code I can use to set a logo.og image for the homepage only? Our logo file is too small, so the logo-og pic comes up as non-existant on Facebook etc. Thanks Quote Link to comment Share on other sites More sharing options...
Tech Support Posted September 30 Share Posted September 30 If you need to put something into header that is only for index page, then you can use this code: {{if $page_id=='index'}} something specific to index page {{/if}} 1 Quote Link to comment Share on other sites More sharing options...
drastic Posted September 30 Author Share Posted September 30 So this would be OK I guess? {{if $page_id=='index'}} <meta property="og:image" content="image url here" /> {{/if}} Thanks Quote Link to comment Share on other sites More sharing options...
Tech Support Posted October 1 Share Posted October 1 Yes, correct. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.