Skip to content

Can not have multiple meta "article:tag" #2614

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

Open
1 task done
taichunmin opened this issue Sep 18, 2020 · 0 comments · May be fixed by #2615
Open
1 task done

Can not have multiple meta "article:tag" #2614

taichunmin opened this issue Sep 18, 2020 · 0 comments · May be fixed by #2615

Comments

@taichunmin
Copy link

taichunmin commented Sep 18, 2020

  • I confirm that this is an issue rather than a question.

Bug report

meta article:tag is a array. Reference

By the way, there are more array type meta, not only article:tag.

Steps to reproduce

Write multiple meta article:tag in frontmatter

meta:
  - property: article:tag
    content: tag1
  - property: article:tag
    content: tag2
  - property: article:tag
    content: tag3

What is expected?

<meta property="article:tag" content="tag1">
<meta property="article:tag" content="tag2">
<meta property="article:tag" content="tag3">

What is actually happening?

<meta property="article:tag" content="tag1">

Other relevant information

Need to patch getMergedMetaTags()

taichunmin added a commit to taichunmin/vuepress that referenced this issue Sep 18, 2020
taichunmin added a commit to taichunmin/vuepress that referenced this issue Sep 18, 2020
@taichunmin taichunmin linked a pull request Sep 18, 2020 that will close this issue
18 tasks
taichunmin added a commit to taichunmin/vuepress that referenced this issue Oct 9, 2020
taichunmin added a commit to taichunmin/vuepress that referenced this issue Oct 9, 2020
taichunmin added a commit to taichunmin/vuepress that referenced this issue Oct 11, 2020
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

Successfully merging a pull request may close this issue.

1 participant