Skip to content

Commit

Permalink
fix meta attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
riidom committed Jun 20, 2024
1 parent 5e90e05 commit 0bb37fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/misc.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function head_and_header($title, $path_prefix = '../..') {
$link_logo_open = '<div class="header__link">';
$link_logo_close = '</div>';
} else {
$fediverse_creator = '<meta name="fediverse:creator" content="' . $blog_info['author_mastodon'] . '">';
$fediverse_creator = '<meta property="fediverse:creator" content="' . $blog_info['author_mastodon'] . '">';
$link_logo_open = '<a href="/blog" class="header__link">';
$link_logo_text = '<span class="header__back">&#8627;' . $back_text . '</span>';
$link_logo_close = '</a>';
Expand Down

0 comments on commit 0bb37fd

Please sign in to comment.