-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
Description
Problem description
Context: some pages have a keywords entry in their frontmatter header.
- The type of those entries is not consistent across the repository
- It does not make sense to have an array-typed value as there is no value in having several keyword meta tags in the pages served
- The frontmatter parser that is used currently, in some cases, fails to build the correct html meta tag.
<meta name="keywords" content="Docker, supporthelp">
<meta name="keywords" content="dockercontainerclusterswarm modenodetlspki">
Problem location
In markdown files, across the whole repository.
Project version(s) affected
current stable
Suggestions for a fix
Fixing the content would be a good start.
I am going to submit PRs soon.
Reactions are currently unavailable