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

When I convert the meta part of the erb file, the result is a bit different #42

Open
hidehiro98 opened this issue Nov 2, 2018 · 0 comments

Comments

@hidehiro98
Copy link

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!

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