Skip to content

Commit

Permalink
Merge pull request #686 from WebDevStudios/fix/use-https-in-profile-r…
Browse files Browse the repository at this point in the history
…el-link

Update url in header profile rel link to be https
  • Loading branch information
Greg Rickaby authored Jun 16, 2021
2 parents 2967c01 + 996e405 commit 65984b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="profile" href="https://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">

<?php wp_head(); ?>
Expand Down

0 comments on commit 65984b8

Please sign in to comment.