Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:getgrav/grav into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Aug 22, 2024
2 parents 8c1b444 + f738131 commit f81a4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/src/Grav/Common/Page/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ public function metadata($var = null)
'content' => $escape ? htmlspecialchars($value, ENT_QUOTES | ENT_HTML5, 'UTF-8') : $value
];

if ($hasSeparator && !Utils::startsWith($key, ['twitter', 'flattr'])) {
if ($hasSeparator && !Utils::startsWith($key, ['twitter', 'flattr','fediverse'])) {
$entry['property'] = $key;
} else {
$entry['name'] = $key;
Expand Down

0 comments on commit f81a4ca

Please sign in to comment.