Skip to content

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

@hidehiro98

Description

@hidehiro98

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions