We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I convert this,
<% set_meta_tags title: 'よくある質問' %> <% set_meta_tags \ description: 'クリーマクラフトパーティ(Creema craft party)のよくある質問はこちら。', \ open_graph: { \ description: 'クリーマクラフトパーティ(Creema craft party)のよくある質問はこちら。' \ } %>
the result is this.
- set_meta_tags title: '出展ガイド' - set_meta_tags \ - description: 'クリーマクラフトパーティ(Creema craft party)のよくある質問はこちら。', \ - open_graph: { \ - description: 'クリーマクラフトパーティ(Creema craft party)のよくある質問はこちら。' \ - }
I might want this.
- set_meta_tags title: 'フードの出展申込' - set_meta_tags \ description: 'クリーマクラフトパーティ(Creema craft party)のよくある質問はこちら。', \ open_graph: { \ description: 'クリーマクラフトパーティ(Creema craft party)のよくある質問はこちら。' \ }
Thank you for your corparation!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I convert this,
the result is this.
I might want this.
Thank you for your corparation!
The text was updated successfully, but these errors were encountered: