Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add og and meta tags for theme as it defaults to LemonStand for preview. #11

Open
jennbrewer opened this issue Nov 17, 2017 · 0 comments
Assignees

Comments

@jennbrewer
Copy link

<meta property="og:title" content="{{ product.name }} | {{ theme.storeTitle }}" />
<meta property="og:description" content="{{ page.description }}" />
{% if page_code() == 'home' %}
   <meta property="og:image" content="https:{{ theme.bannerImage.thumbnail('960', 'auto') }}" />
{% endif %}```


Related to this issue:
https://app.intercom.io/a/apps/7236196445273cea007287c0c90a2f0d598567cc/respond/inbox/1503786/conversations/12906801053
@jennbrewer jennbrewer self-assigned this Nov 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant